Участник:IanComradeBot/prototype/damageType.json: различия между версиями
Update prototype/damageType.json via GitHub Actions |
м Update prototype/damageType.json via GitHub Actions |
||
| (не показано 5 промежуточных версий этого же участника) | |||
| Строка 6: | Строка 6: | ||
}, | }, | ||
"id": { | "id": { | ||
" | "Heat": { | ||
"armorFlatPrice": | "armorFlatPrice": 20, | ||
"armorCoefficientPrice": 5, | "armorCoefficientPrice": 2.5, | ||
"name": "damage-type- | "name": "damage-type-heat" | ||
}, | }, | ||
" | "Blunt": { | ||
"armorFlatPrice": | "armorFlatPrice": 10, | ||
"armorCoefficientPrice": | "armorCoefficientPrice": 2, | ||
"name": "damage-type-blunt" | |||
"name": "damage-type- | |||
}, | }, | ||
"Caustic": { | "Caustic": { | ||
| Строка 26: | Строка 21: | ||
"name": "damage-type-caustic" | "name": "damage-type-caustic" | ||
}, | }, | ||
" | "Shock": { | ||
"armorFlatPrice": 20, | "armorFlatPrice": 20, | ||
"armorCoefficientPrice": 2.5, | "armorCoefficientPrice": 2.5, | ||
"name": "damage-type- | "name": "damage-type-shock" | ||
}, | }, | ||
" | "Slash": { | ||
"armorFlatPrice": | "armorFlatPrice": 10, | ||
"armorCoefficientPrice": | "armorCoefficientPrice": 2, | ||
"name": "damage-type- | "name": "damage-type-slash" | ||
}, | }, | ||
"Piercing": { | "Piercing": { | ||
| Строка 41: | Строка 36: | ||
"name": "damage-type-piercing" | "name": "damage-type-piercing" | ||
}, | }, | ||
" | "Structural": { | ||
"armorFlatPrice": | "armorFlatPrice": 1, | ||
"armorCoefficientPrice": 1, | |||
"name": "damage-type-structural" | |||
}, | |||
"Radiation": { | |||
"armorFlatPrice": 16, | |||
"armorCoefficientPrice": 2.5, | "armorCoefficientPrice": 2.5, | ||
"name": "damage-type- | "name": "damage-type-radiation" | ||
}, | |||
"Asphyxiation": { | |||
"armorFlatPrice": 50, | |||
"armorCoefficientPrice": 5, | |||
"name": "damage-type-asphyxiation" | |||
}, | |||
"Poison": { | |||
"armorFlatPrice": 60, | |||
"armorCoefficientPrice": 10, | |||
"name": "damage-type-poison" | |||
}, | }, | ||
"Holy": { | "Holy": { | ||
| Строка 51: | Строка 61: | ||
"name": "damage-type-holy" | "name": "damage-type-holy" | ||
}, | }, | ||
" | "Bloodloss": { | ||
"armorFlatPrice": | "armorFlatPrice": 50, | ||
"armorCoefficientPrice": | "armorCoefficientPrice": 5, | ||
"name": "damage-type- | "name": "damage-type-bloodloss" | ||
}, | |||
"Cellular": { | |||
"armorFlatPrice": 30, | |||
"armorCoefficientPrice": 5, | |||
"name": "damage-type-cellular" | |||
}, | }, | ||
"Cold": { | "Cold": { | ||
| Строка 60: | Строка 75: | ||
"armorCoefficientPrice": 2.5, | "armorCoefficientPrice": 2.5, | ||
"name": "damage-type-cold" | "name": "damage-type-cold" | ||
} | } | ||
} | } | ||
} | } | ||