feat: added armour passives

This commit is contained in:
TotallyNot 2025-11-04 13:04:56 +01:00
parent cfe2631578
commit 451efd2bb7
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
17 changed files with 654 additions and 318 deletions

View file

@ -10,10 +10,9 @@
"strategy": {
"type": "in_order",
"order": [
"temporary",
"primary"
"secondary"
],
"reload": true
"reload": false
},
"education": {
"bio2350": true,
@ -86,55 +85,47 @@
"side_effects": 10
},
"weapons": {
"primary": {
"id": 488,
"name": "MP 40",
"kind": "primary",
"cat": "smg",
"base_dmg": 37,
"base_acc": 41,
"dmg": 5,
"acc": 41,
"primary": null,
"secondary": {
"id": 490,
"name": "Blunderbuss",
"kind": "secondary",
"cat": "shotgun",
"base_dmg": 46,
"base_acc": 24,
"dmg": 46,
"acc": 24,
"ammo": {
"clip_size": 32,
"clip_size": 1,
"rate_of_fire": [
3,
5
1,
1
]
},
"mods": [
"high_capacity_mags",
null,
null
],
"bonuses": [
{
"bonus": "specialist",
"value": 10
"bonus": "bleed",
"value": 100
},
null
],
"compatible_mods": [
"reflex_sight",
"holographic_sight",
"acog_sight",
"thermal_sight",
"laser1mw",
"laser5mw",
"laser30mw",
"laser100mw",
"small_suppressor",
"standard_suppressor",
"large_suppressor",
"extended_mags",
"high_capacity_mags",
"extra_clip",
"extra_clip2",
"adjustable_trigger",
"hair_trigger",
"custom_grip",
"standard_brake",
"heavy_duty_brake",
"tactical_brake",
"skeet_choke",
"improved_choke",
"full_choke",
"small_light",
"precision_light",
"tactical_illuminator"
@ -142,36 +133,138 @@
"experience": 0,
"japanese": false
},
"secondary": null,
"melee": null,
"temporary": {
"id": 464,
"name": "Melatonin",
"kind": "temporary",
"cat": "temporary",
"base_dmg": 0,
"base_acc": 0,
"dmg": 0,
"acc": 0,
"ammo": null,
"mods": [
null,
null
],
"bonuses": [
null,
null
],
"compatible_mods": [],
"experience": 0,
"japanese": false
}
"temporary": null
},
"armour": {
"helmet": null,
"body": null,
"pants": null,
"gloves": null,
"boots": null
"helmet": {
"slot": "head",
"id": 1355,
"name": "Vanguard Respirator",
"base_armour": 48,
"armour": 48,
"coverage": {
"body": 2.819999933242798,
"heart": 0,
"stomach": 0,
"chest": 0,
"arm": 0,
"groin": 0,
"leg": 0,
"throat": 0,
"hand": 0,
"foot": 0,
"head": 39.599998474121094
},
"immunities": [
"pepper_spray",
"nerve_gas",
"tear_gas"
],
"bonus": {
"kind": "irrepressible",
"value": null
}
},
"body": {
"slot": "body",
"id": 1356,
"name": "Vanguard Body",
"base_armour": 48,
"armour": 48,
"coverage": {
"body": 44.279998779296875,
"heart": 100,
"stomach": 100,
"chest": 100,
"arm": 100,
"groin": 35.38999938964844,
"leg": 0.2800000011920929,
"throat": 83.52999877929688,
"hand": 0.12999999523162842,
"foot": 0,
"head": 0
},
"immunities": [],
"bonus": {
"kind": "irrepressible",
"value": null
}
},
"pants": {
"slot": "legs",
"id": 1357,
"name": "Vanguard Pants",
"base_armour": 48,
"armour": 48,
"coverage": {
"body": 24.959999084472656,
"heart": 0,
"stomach": 0,
"chest": 0,
"arm": 0,
"groin": 99.06999969482422,
"leg": 100,
"throat": 0,
"hand": 0,
"foot": 25.200000762939453,
"head": 0
},
"immunities": [],
"bonus": {
"kind": "irrepressible",
"value": null
}
},
"gloves": {
"slot": "hands",
"id": 1359,
"name": "Vanguard Gloves",
"base_armour": 48,
"armour": 48,
"coverage": {
"body": 14.399999618530273,
"heart": 0,
"stomach": 0,
"chest": 0,
"arm": 0.7300000190734863,
"groin": 0,
"leg": 0,
"throat": 0,
"hand": 100,
"foot": 0,
"head": 0
},
"immunities": [],
"bonus": {
"kind": "irrepressible",
"value": null
}
},
"boots": {
"slot": "feet",
"id": 1358,
"name": "Vanguard Boots",
"base_armour": 48,
"armour": 48,
"coverage": {
"body": 15.130000114440918,
"heart": 0,
"stomach": 0,
"chest": 0,
"arm": 0,
"groin": 0,
"leg": 5.829999923706055,
"throat": 0,
"hand": 0,
"foot": 100,
"head": 0
},
"immunities": [],
"bonus": {
"kind": "irrepressible",
"value": null
}
}
}
}