Blue area tweaks
This commit is contained in:
parent
676be69725
commit
0c05d76a94
|
|
@ -37,6 +37,11 @@ FOOTSTEP_SFX = [
|
||||||
# Red observation deck
|
# Red observation deck
|
||||||
['step_metal',
|
['step_metal',
|
||||||
'step_tile'],
|
'step_tile'],
|
||||||
|
# Red alley
|
||||||
|
[],
|
||||||
|
# Blue outpost
|
||||||
|
['step_tile',
|
||||||
|
'step_wood'],
|
||||||
]
|
]
|
||||||
|
|
||||||
FOOTSTEP_AMT = {
|
FOOTSTEP_AMT = {
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,11 @@ class SpecialEventData
|
||||||
[[-1, 0], [0, 0], [1, 0],
|
[[-1, 0], [0, 0], [1, 0],
|
||||||
[-1, -1], [0, -1], [1, -1]]
|
[-1, -1], [0, -1], [1, -1]]
|
||||||
),
|
),
|
||||||
|
:specialpool => SpecialEventData.new(
|
||||||
|
[],
|
||||||
|
[[-1, 0], [0, 0], [1, 0],
|
||||||
|
[-1, -1], [0, -1], [1, -1]]
|
||||||
|
),
|
||||||
:generator => SpecialEventData.new(
|
:generator => SpecialEventData.new(
|
||||||
[:bottom],
|
[:bottom],
|
||||||
[[-3, -1], [-2, -1], [-1, -1], [0, -1], [1, -1], [2, -1], [3, -1], # lowest row
|
[[-3, -1], [-2, -1], [-1, -1], [0, -1], [1, -1], [2, -1], [3, -1], # lowest row
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue