Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helldivers 2 x Killzone 2 #77

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
]
}
}
Loading