Участник:IanComradeBot/prototype/damageType.json: различия между версиями

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