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