Участник:IanComradeBot/armor prototypes.json: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) (Новая страница: «[ { "id": "ClothingOuterSuitBomb", "walkModifier": 0.8, "sprintModifier": 0.8, "Blunt": 0.9, "Slash": 0.9, "Piercing": 0.9, "Heat": 0.75, "ExplosionResistance": 0.15 }, { "id": "ClothingOuterSuitFire", "walkModifier": 0.8, "sprintModifier": 0.7, "Slash": 0.9, "Heat": 0.8, "Cold": 0.8, "highPressureMultiplier": 0.04 }, {...») |
Pok (обсуждение | вклад) Нет описания правки |
||
Строка 4: | Строка 4: | ||
"walkModifier": 0.8, | "walkModifier": 0.8, | ||
"sprintModifier": 0.8, | "sprintModifier": 0.8, | ||
"Blunt": 0.9, | "coefficients": { | ||
"Blunt": 0.9, | |||
"Slash": 0.9, | |||
"Piercing": 0.9, | |||
"Heat": 0.75 | |||
}, | |||
"ExplosionResistance": 0.15 | "ExplosionResistance": 0.15 | ||
}, | }, | ||
Строка 14: | Строка 16: | ||
"walkModifier": 0.8, | "walkModifier": 0.8, | ||
"sprintModifier": 0.7, | "sprintModifier": 0.7, | ||
"Slash": 0.9, | "coefficients": { | ||
"Slash": 0.9, | |||
"Heat": 0.8, | |||
"highPressureMultiplier": 0.04 | "Cold": 0.8 | ||
}, | |||
"FireProtection": 0.65, | |||
"TemperatureProtection": { | |||
"heatingCoefficient": 0.005, | |||
"coolingCoefficient": 0.05 | |||
}, | |||
"PressureProtection": { | |||
"highPressureMultiplier": 0.04 | |||
} | |||
}, | }, | ||
{ | { | ||
Строка 23: | Строка 34: | ||
"walkModifier": 0.8, | "walkModifier": 0.8, | ||
"sprintModifier": 0.8, | "sprintModifier": 0.8, | ||
"Slash": 0.9, | "coefficients": { | ||
"Slash": 0.9, | |||
" | "Heat": 0.8, | ||
"highPressureMultiplier": 0.02 | "Cold": 0.8 | ||
}, | |||
"FireProtection": 0.8, | |||
"TemperatureProtection": { | |||
"heatingCoefficient": 0.001, | |||
"coolingCoefficient": 0.05 | |||
}, | |||
"PressureProtection": { | |||
"highPressureMultiplier": 0.02, | |||
"lowPressureMultiplier": 1000 | |||
} | |||
}, | }, | ||
{ | { | ||
"id": "ClothingOuterSuitRad", | "id": "ClothingOuterSuitRad", | ||
"Heat": 0.9, | "coefficients": { | ||
"Heat": 0.9, | |||
"Radiation": 0.01 | |||
} | |||
}, | }, | ||
{ | { | ||
"id": "ClothingOuterSuitSpaceNinja", | "id": "ClothingOuterSuitSpaceNinja", | ||
" | "coefficients": { | ||
"Blunt": 0.8, | |||
"Slash": 0.8, | |||
"Piercing": 0.8, | |||
" | "Heat": 0.8 | ||
}, | |||
"highPressureMultiplier": 0.6 | "TemperatureProtection": { | ||
"heatingCoefficient": 0.01, | |||
"coolingCoefficient": 0.01 | |||
}, | |||
"PressureProtection": { | |||
"highPressureMultiplier": 0.6, | |||
"lowPressureMultiplier": 1000 | |||
} | |||
} | } | ||
] | ] |
Версия от 21:28, 28 октября 2024
|