Skip to content

Commit

Permalink
Released weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonemercy committed Dec 19, 2024
1 parent 0bd7581 commit 7d77baa
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 1 deletion.
20 changes: 20 additions & 0 deletions items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2434,5 +2434,25 @@
"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
}
}
16 changes: 16 additions & 0 deletions items/item_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -1575,8 +1575,24 @@
"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"
}
}
30 changes: 30 additions & 0 deletions items/weapons/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,35 @@
"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"
}

0 comments on commit 7d77baa

Please sign in to comment.