diff --git a/items/armor/armor.json b/items/armor/armor.json index d23c770..e34c2f2 100644 --- a/items/armor/armor.json +++ b/items/armor/armor.json @@ -2404,6 +2404,55 @@ "speed": 100, "stamina_regen": 100, "passive": 0 - } - -} + }, + "101": { + "name": "AC-1 Dutiful", + "description": "The breathing apparatus built into this armor helps both soldiers and colonists thrive, even when assigned to planets with atmospheres rated \"suboptimal\", \"extreme\", and \"character building\".", + "type": 1, + "slot": 2, + "armor_rating": 100, + "speed": 500, + "stamina_regen": 100, + "passive": 15 + }, + "102": { + "name": "AC-1 Dutiful", + "description": "The breathing apparatus built into this armor helps both soldiers and colonists thrive, even when assigned to planets with atmospheres rated \"suboptimal\", \"extreme\", and \"character building\".", + "type": 1, + "slot": 0, + "armor_rating": 100, + "speed": 100, + "stamina_regen": 100, + "passive": 0 + }, + "103": { + "name": "Strength in Our Arms", + "description": "The symbol on this cape represents the pillars of freedom: duty, obedience, and loyalty.", + "type": 1, + "slot": 1, + "armor_rating": 100, + "speed": 100, + "stamina_regen": 100, + "passive": 0 + }, + "104": { + "name": "AC-2 Obedient", + "description": "The helmet is equipped with heptofocal specialty lenses, making it a favourite among long-distance snipers and micro-sculpture enthusiats alike.", + "type": 0, + "slot": 2, + "armor_rating": 50, + "speed": 550, + "stamina_regen": 125, + "passive": 15 + }, + "105": { + "name": "AC-2 Obedient", + "description": "The helmet is equipped with heptofocal specialty lenses, making it a favourite among long-distance snipers and micro-sculpture enthusiats alike.", + "type": 1, + "slot": 0, + "armor_rating": 100, + "speed": 100, + "stamina_regen": 100, + "passive": 0 + } +} \ No newline at end of file diff --git a/items/armor/passive.json b/items/armor/passive.json index aee5557..a461aab 100644 --- a/items/armor/passive.json +++ b/items/armor/passive.json @@ -54,5 +54,9 @@ "13": { "name": "Unflinching", "description": "Helps prevent Helldivers from flinching when hit." + }, + "15": { + "name": "Acclimated", + "description": "Provides 50% resistance to fire, gas, acid, and electrical damage." } } \ No newline at end of file diff --git a/items/item_names.json b/items/item_names.json index 53a7528..da5b1be 100644 --- a/items/item_names.json +++ b/items/item_names.json @@ -1562,5 +1562,37 @@ "2310126051": { "name": "CE-101 Guerilla Gorilla", "mix_id": "1128708923" - } -} + }, + "101": { + "name": "AC-1 Dutiful", + "mix_id": "101" + }, + "102": { + "name": "AC-1 Dutiful", + "mix_id": "102" + }, + "103": { + "name": "Strength in Our Arms", + "mix_id": "103" + }, + "104": { + "name": "AC-2 Obedient", + "mix_id": "104" + }, + "105": { + "name": "AC-2 Obedient", + "mix_id": "105" + }, + "106": { + "name": "StA-52 Assault Rifle", + "mix_id": "106" + }, + "107": { + "name": "StA-11 SMG", + "mix_id": "107" + }, + "108": { + "name": "PLAS-39 Accelerator Rifle", + "mix_id": "108" + } +} \ No newline at end of file diff --git a/items/weapons/primary.json b/items/weapons/primary.json index b49beb1..b3e3ed5 100644 --- a/items/weapons/primary.json +++ b/items/weapons/primary.json @@ -492,5 +492,50 @@ 2, 5 ] + }, + "106": { + "name": "StA-52 Assault Rifle", + "description": "An assault rifle with a high-capacity drum magazine, good for providing sustained fire. Produced by Stäl Arms.", + "type": 1, + "damage": 70, + "capacity": 56, + "recoil": 19, + "fire_rate": 790, + "fire_mode": [ + 2 + ], + "traits": [ + 1 + ] + }, + "107": { + "name": "StA-11 SMG", + "description": "A submachine gun with a helical-feed magazine, which gives the weapon a higher ammo capacity while making it more front-heavy. Produced by Stäl Arms.", + "type": 3, + "damage": 65, + "capacity": 48, + "recoil": 13, + "fire_rate": 1050, + "fire_mode": [], + "traits": [ + 1, + 4 + ] + }, + "108": { + "name": "PLAS-39 Accelerator Rifle", + "description": "A high-precision burst-fire plasma rifle that must be charged to fire.", + "type": 9, + "damage": 350, + "capacity": 9, + "recoil": 3, + "fire_rate": 550, + "fire_mode": [ + 0 + ], + "traits": [ + 2, + 6 + ] } } \ No newline at end of file diff --git a/items/weapons/types.json b/items/weapons/types.json index ee5cfc8..eb10e22 100644 --- a/items/weapons/types.json +++ b/items/weapons/types.json @@ -7,5 +7,6 @@ "5": "Energy-based", "6": "Explosive", "7": "Arc", - "8": "Special" + "8": "Special", + "9": "Sniper Rifle" } \ No newline at end of file