From 0c05d76a94148111c89725ea75ddbd7c1a0b3489 Mon Sep 17 00:00:00 2001 From: Mathew Velasquez Date: Tue, 26 Apr 2016 17:05:08 -0400 Subject: [PATCH] Blue area tweaks --- scripts/Data_Footsteps.rb | 5 +++++ scripts/Data_SpecialEventData.rb | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/scripts/Data_Footsteps.rb b/scripts/Data_Footsteps.rb index 69af2c0..67fe357 100644 --- a/scripts/Data_Footsteps.rb +++ b/scripts/Data_Footsteps.rb @@ -37,6 +37,11 @@ FOOTSTEP_SFX = [ # Red observation deck ['step_metal', 'step_tile'], + # Red alley + [], + # Blue outpost + ['step_tile', + 'step_wood'], ] FOOTSTEP_AMT = { diff --git a/scripts/Data_SpecialEventData.rb b/scripts/Data_SpecialEventData.rb index b1f5ea3..c2ca1be 100644 --- a/scripts/Data_SpecialEventData.rb +++ b/scripts/Data_SpecialEventData.rb @@ -24,6 +24,11 @@ class SpecialEventData [[-1, 0], [0, 0], [1, 0], [-1, -1], [0, -1], [1, -1]] ), + :specialpool => SpecialEventData.new( + [], + [[-1, 0], [0, 0], [1, 0], + [-1, -1], [0, -1], [1, -1]] + ), :generator => SpecialEventData.new( [:bottom], [[-3, -1], [-2, -1], [-1, -1], [0, -1], [1, -1], [2, -1], [3, -1], # lowest row