Участник:IanComradeBot/Fallout/prototype/explosion.json: различия между версиями
м Update prototype/explosion.json via GitHub Actions |
м Update prototype/explosion.json via GitHub Actions |
||
| Строка 1: | Строка 1: | ||
{ | { | ||
"default": {}, | "default": { | ||
"smallSoundIterationThreshold": 6, | |||
"fireStacks": null, | |||
"tileBreakChance": [ | |||
0, | |||
1 | |||
], | |||
"tileBreakIntensity": [ | |||
0, | |||
15 | |||
], | |||
"tileBreakRerollReduction": 10, | |||
"lightColor": "#FFA500FF", | |||
"fireColor": null, | |||
"maxCombineDistance": 1, | |||
"fireStates": 3, | |||
"sound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 0 | |||
}, | |||
"collection": "Explosion" | |||
} | |||
}, | |||
"smallSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 0 | |||
}, | |||
"collection": "ExplosionSmall" | |||
} | |||
}, | |||
"soundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 2 | |||
}, | |||
"collection": "ExplosionFar" | |||
} | |||
}, | |||
"smallSoundFar": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"variation": null, | |||
"playOffsetSeconds": 0, | |||
"loop": false, | |||
"referenceDistance": 1, | |||
"rolloffFactor": 1, | |||
"maxDistance": 15, | |||
"pitch": 1, | |||
"volume": 2 | |||
}, | |||
"collection": "ExplosionSmallFar" | |||
} | |||
}, | |||
"texturePath": "/Textures/Effects/fire.rsi", | |||
"intensityPerState": 12, | |||
"damagePerIntensity": { | |||
"groups": {}, | |||
"types": {} | |||
} | |||
}, | |||
"id": { | "id": { | ||
" | "Minibomb": { | ||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0, | 0, | ||
0.5, | |||
1 | 1 | ||
], | ], | ||
"tileBreakIntensity": [ | "tileBreakIntensity": [ | ||
0, | 0, | ||
10, | |||
30 | |||
], | ], | ||
" | "tileBreakRerollReduction": 20, | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 41: | Строка 124: | ||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
"Heat": | "Heat": 4, | ||
"Blunt": | "Blunt": 7, | ||
"Piercing": | "Piercing": 4 | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "FireBomb": { | ||
"fireStacks": 2, | |||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0, | 0, | ||
1 | 1 | ||
], | ], | ||
"tileBreakIntensity": [ | "tileBreakIntensity": [ | ||
0, | |||
15 | |||
], | ], | ||
"fireStates": 6, | "fireStates": 6, | ||
"sound": { | "sound": { | ||
| Строка 86: | Строка 167: | ||
} | } | ||
}, | }, | ||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
"Heat": | "Heat": 1, | ||
"Blunt": | "Blunt": 2, | ||
"Piercing": | "Piercing": 3 | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "Default": { | ||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0, | 0, | ||
0.5, | |||
1 | 1 | ||
], | ], | ||
"tileBreakIntensity": [ | "tileBreakIntensity": [ | ||
0, | 0, | ||
10, | |||
30 | |||
], | ], | ||
" | "tileBreakRerollReduction": 20, | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 133: | Строка 213: | ||
} | } | ||
}, | }, | ||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
" | "Heat": 5, | ||
"Blunt": 5, | |||
"Blunt": | "Piercing": 5 | ||
"Piercing": | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "Cryo": { | ||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0 | 0 | ||
], | ], | ||
"tileBreakIntensity": [ | "tileBreakIntensity": [ | ||
0 | 0 | ||
], | ], | ||
" | "lightColor": "#0000FFFF", | ||
"fireColor": "#0000FFFF", | |||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 181: | Строка 256: | ||
} | } | ||
}, | }, | ||
"texturePath": "/Textures/Effects/fire_greyscale.rsi", | |||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
" | "Cold": 5, | ||
"Blunt": | "Blunt": 2, | ||
"Structural": 20 | |||
"Structural": | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "Supermatter": { | ||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0, | 0, | ||
| Строка 202: | Строка 277: | ||
], | ], | ||
"tileBreakRerollReduction": 20, | "tileBreakRerollReduction": 20, | ||
"lightColor": "#FFFF00FF", | |||
"fireColor": "#008000FF", | |||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 228: | Строка 305: | ||
} | } | ||
}, | }, | ||
"texturePath": "/Textures/Effects/fire_greyscale.rsi", | |||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
"Radiation": 5, | |||
"Heat": 4, | "Heat": 4, | ||
"Blunt": | "Blunt": 3, | ||
"Piercing": | "Piercing": 3 | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "HardBomb": { | ||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0, | 0, | ||
| Строка 247: | Строка 326: | ||
30 | 30 | ||
], | ], | ||
" | "fireStates": 6, | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 274: | Строка 353: | ||
} | } | ||
}, | }, | ||
"intensityPerState": 20, | |||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
"Heat": | "Heat": 15, | ||
"Blunt": | "Blunt": 15, | ||
"Piercing": | "Piercing": 6, | ||
"Structural": 40 | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "PowerSink": { | ||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0, | 0, | ||
| Строка 290: | Строка 371: | ||
"tileBreakIntensity": [ | "tileBreakIntensity": [ | ||
1, | 1, | ||
5, | |||
10 | |||
], | ], | ||
"tileBreakRerollReduction": | "tileBreakRerollReduction": 3, | ||
"fireStates": 6, | "fireStates": 6, | ||
"sound": { | "sound": { | ||
| Строка 324: | Строка 405: | ||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
"Heat": | "Heat": 12, | ||
"Blunt": | "Blunt": 12, | ||
"Piercing": | "Piercing": 12, | ||
"Structural": | "Structural": 30 | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "MicroBomb": { | ||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0, | 0, | ||
| Строка 338: | Строка 419: | ||
], | ], | ||
"tileBreakIntensity": [ | "tileBreakIntensity": [ | ||
1, | |||
10, | 10, | ||
15 | |||
], | ], | ||
"tileBreakRerollReduction": | "tileBreakRerollReduction": 30, | ||
" | "fireStates": 6, | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 371: | Строка 451: | ||
} | } | ||
}, | }, | ||
" | "intensityPerState": 20, | ||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
" | "Heat": 6, | ||
" | "Blunt": 6, | ||
" | "Piercing": 6, | ||
" | "Structural": 20 | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "DemolitionCharge": { | ||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0 | 0, | ||
0.5, | |||
1 | |||
], | ], | ||
"tileBreakIntensity": [ | "tileBreakIntensity": [ | ||
0 | 0, | ||
10, | |||
30 | |||
], | ], | ||
" | "tileBreakRerollReduction": 20, | ||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 416: | Строка 499: | ||
} | } | ||
}, | }, | ||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
" | "Heat": 3, | ||
"Blunt": | "Blunt": 3, | ||
"Structural": | "Piercing": 3, | ||
"Structural": 50 | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "Radioactive": { | ||
"tileBreakChance": [ | "tileBreakChance": [ | ||
0, | 0, | ||
1 | 1 | ||
], | ], | ||
"tileBreakIntensity": [ | "tileBreakIntensity": [ | ||
0, | 0, | ||
15 | |||
], | ], | ||
" | "lightColor": "#008000FF", | ||
"fireColor": "#008000FF", | |||
"sound": { | "sound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 463: | Строка 545: | ||
} | } | ||
}, | }, | ||
" | "texturePath": "/Textures/Effects/fire_greyscale.rsi", | ||
"damagePerIntensity": { | "damagePerIntensity": { | ||
"types": { | "types": { | ||
" | "Radiation": 5, | ||
" | "Heat": 4, | ||
" | "Blunt": 3, | ||
" | "Piercing": 3 | ||
} | } | ||
} | } | ||