Skip to content

Commit

Permalink
Add Polaris Patriot Weapons / Descriptions. Fix Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Chats committed May 10, 2024
1 parent 4f9406a commit 17c8eca
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 2 deletions.
10 changes: 9 additions & 1 deletion items/weapons/grenades.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,19 @@
"fuse_time": 2.9
},
"3869545997": {
"name": "G-123 Thermite Grenade",
"name": "G-12 Thermite Grenade",
"description": "A thermite grenade designed to adhere to surfaces before burning at 2000°C. Capable of burning through some armor",
"damage": 100,
"penetration": 7,
"outer_radius": 2,
"fuse_time": 2.9
},
"16338515": {
"name": "G-13 Incendiary Impact",
"description": "Detonates on impact, covering the immediate vicinity in self-igniting white phosphorus.",
"damage": 150,
"penetration": 3,
"outer_radius": 7,
"fuse_time": 0
}
}
41 changes: 41 additions & 0 deletions items/weapons/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,5 +320,46 @@
"traits": [
6
]
},
"1920374015": {
"name": "AR-61 Tenderizer",
"description": "A high-caliber assault rifle with a restrictive magazine size but more stopping power.",
"type": 1,
"damage": 60,
"capacity": 35,
"recoil": 10,
"fire_rate": 600,
"fire_mode": [],
"traits": [
1
]
},
"942049262": {
"name": "SMG-72 Pummeler",
"description": "Fires concussive rounds that stagger enemies. Slower rate of fire than other SMGs.",
"type": 3,
"damage": 65,
"capacity": 45,
"recoil": 10,
"fire_rate": 475,
"fire_mode": [],
"traits": [
1.4
]
},
"2887941494": {
"name": "PLAS-101 Purifier",
"description": "A plasma rifle firing a bolt of superheated gas which explodes on impact. Each shot needs to be charged up fully before it can be fired.",
"type": 5,
"damage": 250,
"capacity": 15,
"recoil": 20,
"fire_rate": 250,
"fire_mode": [],
"traits": [
2,
10,
6
]
}
}
13 changes: 13 additions & 0 deletions items/weapons/secondary.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,18 @@
4,
6
]
},
"1938200223": {
"name": "P-113 Verdict",
"description": "The gas-operated, semiautomatic P-113 chambers the 14mm 'Rapid Deliberation,' the largest centerfire cartridge of any magazine-fed pistol.",
"damage": 125,
"capacity": 10,
"recoil": 40,
"fire_rate": 450,
"fire_mode": [],
"traits": [
1,
4
]
}
}
3 changes: 2 additions & 1 deletion items/weapons/traits.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"6": "Explosive",
"7": "Incendiary",
"8": "Beam",
"9": "Heat"
"9": "Heat",
"10": "Chargeup"
}

0 comments on commit 17c8eca

Please sign in to comment.