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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
55 changes: 52 additions & 3 deletions items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
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."
}
}
36 changes: 34 additions & 2 deletions items/item_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
45 changes: 45 additions & 0 deletions items/weapons/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}
}
3 changes: 2 additions & 1 deletion items/weapons/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"5": "Energy-based",
"6": "Explosive",
"7": "Arc",
"8": "Special"
"8": "Special",
"9": "Sniper Rifle"
}
Loading