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