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

м Update prototype/damageType.json via GitHub Actions
м Update prototype/damageType.json via GitHub Actions
 
Строка 6: Строка 6:
},
},
"id": {
"id": {
"Bloodloss": {
"Heat": {
"armorFlatPrice": 50,
"armorFlatPrice": 20,
"armorCoefficientPrice": 5,
"armorCoefficientPrice": 2.5,
"name": "damage-type-bloodloss"
"name": "damage-type-heat"
},
},
"Blunt": {
"Blunt": {
Строка 15: Строка 15:
"armorCoefficientPrice": 2,
"armorCoefficientPrice": 2,
"name": "damage-type-blunt"
"name": "damage-type-blunt"
},
"Caustic": {
"armorFlatPrice": 30,
"armorCoefficientPrice": 5,
"name": "damage-type-caustic"
},
},
"Shock": {
"Shock": {
Строка 20: Строка 25:
"armorCoefficientPrice": 2.5,
"armorCoefficientPrice": 2.5,
"name": "damage-type-shock"
"name": "damage-type-shock"
},
"Radiation": {
"armorFlatPrice": 16,
"armorCoefficientPrice": 2.5,
"name": "damage-type-radiation"
},
},
"Slash": {
"Slash": {
Строка 31: Строка 31:
"name": "damage-type-slash"
"name": "damage-type-slash"
},
},
"Cellular": {
"Piercing": {
"armorFlatPrice": 30,
"armorFlatPrice": 10,
"armorCoefficientPrice": 5,
"armorCoefficientPrice": 2,
"name": "damage-type-cellular"
"name": "damage-type-piercing"
},
"Structural": {
"armorFlatPrice": 1,
"armorCoefficientPrice": 1,
"name": "damage-type-structural"
},
},
"Heat": {
"Radiation": {
"armorFlatPrice": 20,
"armorFlatPrice": 16,
"armorCoefficientPrice": 2.5,
"armorCoefficientPrice": 2.5,
"name": "damage-type-heat"
"name": "damage-type-radiation"
},
},
"Cold": {
"Asphyxiation": {
"armorFlatPrice": 20,
"armorFlatPrice": 50,
"armorCoefficientPrice": 2.5,
"armorCoefficientPrice": 5,
"name": "damage-type-cold"
"name": "damage-type-asphyxiation"
},
},
"Poison": {
"Poison": {
Строка 56: Строка 61:
"name": "damage-type-holy"
"name": "damage-type-holy"
},
},
"Asphyxiation": {
"Bloodloss": {
"armorFlatPrice": 50,
"armorFlatPrice": 50,
"armorCoefficientPrice": 5,
"armorCoefficientPrice": 5,
"name": "damage-type-asphyxiation"
"name": "damage-type-bloodloss"
},
},
"Caustic": {
"Cellular": {
"armorFlatPrice": 30,
"armorFlatPrice": 30,
"armorCoefficientPrice": 5,
"armorCoefficientPrice": 5,
"name": "damage-type-caustic"
"name": "damage-type-cellular"
},
},
"Piercing": {
"Cold": {
"armorFlatPrice": 10,
"armorFlatPrice": 20,
"armorCoefficientPrice": 2,
"armorCoefficientPrice": 2.5,
"name": "damage-type-piercing"
"name": "damage-type-cold"
},
"Structural": {
"armorFlatPrice": 1,
"armorCoefficientPrice": 1,
"name": "damage-type-structural"
}
}
}
}
}
}