mkxp/scripts/Data_Footsteps.rb

42 lines
616 B
Ruby

FOOTSTEP_SFX = [
# Start
['step_wood',
'step_carpet'],
# Blue
['step_gravel',
'step_wood'],
# Blue Interior
['step_tile',
'step_wood'],
# Green
['step_grass',
'step_wood',
'step_gravel'],
# Green Interior
['step_grass',
'step_tile'],
# Red
['step_metal',
'step_metal_light'],
# Red Interior
['step_tile',
'step_wood'],
# Tower
[],
# Tower Start
[],
# Blank
[],
# Blue Factory Interior
['step_metal_light'],
# Red Ground
[],
# Red Factory
[],
# Red Factory Interior
[],
# Red observation deck
['step_metal_light',
'step_tile'],
]