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