Skip to content

Commit

Permalink
First implementation
Browse files Browse the repository at this point in the history
Ommitted some guns and armor that arent released yet but they should be ready to go when they are
  • Loading branch information
Stonemercy committed Dec 18, 2024
1 parent 0d4d441 commit 0bd7581
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 5 deletions.
35 changes: 32 additions & 3 deletions items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2404,6 +2404,35 @@
"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
}
}
4 changes: 4 additions & 0 deletions items/armor/passive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
20 changes: 18 additions & 2 deletions items/item_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -1562,5 +1562,21 @@
"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"
},
"106": {
"name": "StA-52 Assault Rifle",
"mix_id": "106"
}
}
15 changes: 15 additions & 0 deletions items/weapons/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,5 +492,20 @@
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
]
}
}

0 comments on commit 0bd7581

Please sign in to comment.