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