Участник:IanComradeBot/prototype/Explosion.json: различия между версиями
Update prototype/Explosion.json via GitHub Actions |
м Update prototype/Explosion.json via GitHub Actions |
||
| Строка 1: | Строка 1: | ||
{ | { | ||
" | "default": { | ||
" | "fireStates": 3, | ||
"fireStacks": null, | |||
"temperature": null, | |||
" | |||
"temperature": | |||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0, | 0, | ||
1 | 1 | ||
], | ], | ||
"tileBreakIntensity": [ | "tileBreakIntensity": [ | ||
0, | 0, | ||
15 | |||
], | ], | ||
"tileBreakRerollReduction": | "tileBreakRerollReduction": 10, | ||
"lightColor": "#FFA500FF", | |||
"fireColor": null, | |||
"smallSoundIterationThreshold": 6, | |||
"maxCombineDistance": 1, | |||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"params": {} | "params": { | ||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 0 | |||
}, | |||
"collection": "Explosion" | |||
} | } | ||
}, | }, | ||
"smallSound": { | "smallSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"params": {} | "params": { | ||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 0 | |||
}, | |||
"collection": "ExplosionSmall" | |||
} | } | ||
}, | }, | ||
"soundFar": { | "soundFar": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"params": {} | "params": { | ||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 2 | |||
}, | |||
"collection": "ExplosionFar" | |||
} | } | ||
}, | }, | ||
"smallSoundFar": { | "smallSoundFar": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"params": {} | "params": { | ||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 2 | |||
}, | |||
"collection": "ExplosionSmallFar" | |||
} | } | ||
}, | }, | ||
"texturePath": "/Textures/Effects/ | "texturePath": "/Textures/Effects/fire.rsi", | ||
"intensityPerState": 12, | |||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": {} | ||
} | } | ||
}, | }, | ||
" | "id": { | ||
" | "Radioactive": { | ||
"lightColor": "#008000FF", | |||
"fireColor": "#008000FF", | |||
"sound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
" | }, | ||
" | "texturePath": "/Textures/Effects/fire_greyscale.rsi", | ||
"damagePerIntensity": { | |||
"types": { | |||
"Radiation": 5, | |||
"Heat": 4, | |||
"Blunt": 3, | |||
"Piercing": 3 | |||
} | |||
} | } | ||
}, | }, | ||
" | "MicroBomb": { | ||
"!type:SoundCollectionSpecifier": { | "temperature": 800, | ||
"params": {} | "tileBreakChance": [ | ||
0, | |||
0.5, | |||
1 | |||
], | |||
"tileBreakIntensity": [ | |||
1, | |||
10, | |||
15 | |||
], | |||
"tileBreakRerollReduction": 30, | |||
"sound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"intensityPerState": 20, | |||
"damagePerIntensity": { | |||
"types": { | |||
"Heat": 6, | |||
"Blunt": 6, | |||
"Piercing": 6, | |||
"Structural": 20 | |||
} | |||
} | } | ||
}, | }, | ||
" | "Default": { | ||
"temperature": 800, | |||
" | "tileBreakChance": [ | ||
" | 0, | ||
" | 0.5, | ||
" | 1 | ||
" | ], | ||
"tileBreakIntensity": [ | |||
0, | |||
10, | |||
30 | |||
], | |||
"tileBreakRerollReduction": 20, | |||
"sound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"damagePerIntensity": { | |||
"types": { | |||
"Heat": 5, | |||
"Blunt": 5, | |||
"Piercing": 5 | |||
} | |||
} | } | ||
}, | }, | ||
"smallSound": { | "Minibomb": { | ||
"temperature": 800, | |||
"tileBreakChance": [ | |||
0, | |||
"!type:SoundCollectionSpecifier": { | 0.5, | ||
" | 1 | ||
], | |||
"tileBreakIntensity": [ | |||
0, | |||
10, | |||
30 | |||
], | |||
"tileBreakRerollReduction": 20, | |||
"sound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"damagePerIntensity": { | |||
"types": { | |||
"Heat": 4, | |||
"Blunt": 7, | |||
"Piercing": 4 | |||
} | |||
} | } | ||
}, | }, | ||
" | "FireBomb": { | ||
"!type:SoundCollectionSpecifier": { | "fireStacks": 2, | ||
"params": {} | "temperature": 1500, | ||
"sound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"damagePerIntensity": { | |||
"types": { | |||
"Heat": 1, | |||
"Blunt": 2, | |||
"Piercing": 3 | |||
} | |||
} | } | ||
}, | }, | ||
" | "Cryo": { | ||
"tileBreakChance": [ | |||
" | 0 | ||
" | ], | ||
" | "tileBreakIntensity": [ | ||
" | 0 | ||
"Structural": 20 | ], | ||
"lightColor": "#0000FFFF", | |||
"fireColor": "#0000FFFF", | |||
"sound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"texturePath": "/Textures/Effects/fire_greyscale.rsi", | |||
"damagePerIntensity": { | |||
"types": { | |||
"Cold": 5, | |||
"Blunt": 2, | |||
"Structural": 20 | |||
} | |||
} | } | ||
}, | }, | ||
"smallSound": { | "PowerSink": { | ||
"temperature": 800, | |||
"tileBreakChance": [ | |||
0, | |||
"!type:SoundCollectionSpecifier": { | 0.5, | ||
" | 1 | ||
], | |||
"tileBreakIntensity": [ | |||
1, | |||
5, | |||
10 | |||
], | |||
"tileBreakRerollReduction": 3, | |||
"sound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"intensityPerState": 20, | |||
"damagePerIntensity": { | |||
"types": { | |||
"Heat": 12, | |||
"Blunt": 12, | |||
"Piercing": 12, | |||
"Structural": 30 | |||
} | |||
} | } | ||
}, | }, | ||
" | "DemolitionCharge": { | ||
"!type:SoundCollectionSpecifier": { | "temperature": 800, | ||
"params": {} | "tileBreakChance": [ | ||
0, | |||
0.5, | |||
1 | |||
], | |||
"tileBreakIntensity": [ | |||
0, | |||
10, | |||
30 | |||
], | |||
"tileBreakRerollReduction": 20, | |||
"sound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"damagePerIntensity": { | |||
"types": { | |||
"Heat": 3, | |||
"Blunt": 3, | |||
"Piercing": 3, | |||
"Structural": 50 | |||
} | |||
} | } | ||
}, | }, | ||
"damagePerIntensity": { | "HardBomb": { | ||
"temperature": 800, | |||
"tileBreakChance": [ | |||
0, | |||
0.5, | |||
1 | |||
], | |||
"tileBreakIntensity": [ | |||
0, | |||
10, | |||
30 | |||
], | |||
"sound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": {} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": {} | |||
} | |||
}, | |||
"intensityPerState": 20, | |||
"damagePerIntensity": { | |||
"types": { | |||
"Heat": 15, | |||
"Blunt": 15, | |||
"Piercing": 6, | |||
"Structural": 40 | |||
} | |||
} | } | ||
} | } | ||
} | } | ||
} | } | ||