Skip to content
Merged
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
10 changes: 5 additions & 5 deletions scripts/scr_weapon/scr_weapon.gml
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ global.weapons = {
"range": 1,
"spli": 8,
"arp": 1,
"tags": ["heavy_melee", "power", "hammer", "siege", "martial"],
"tags": ["heavy_melee", "power", "hammer", "siege", "savage"],
"req_exp": 100,
},
"Power Mace": {
Expand Down Expand Up @@ -1090,7 +1090,7 @@ global.weapons = {
"ammo": 5,
"range": 12,
"spli": 20,
"arp": 1,
"arp": 0,
"tags": ["heavy_ranged", "dreadnought"]
},
"Autocannon": {
Expand Down Expand Up @@ -1287,7 +1287,7 @@ global.weapons = {
"ammo": 6,
"range": 12,
"spli": 40,
"arp": 1,
"arp": 0,
"tags": ["vehicle","heavy_ranged", "pintle", "dreadnought"]
},
"Reaper Autocannon Mount": {
Expand Down Expand Up @@ -1687,7 +1687,7 @@ global.weapons = {
"spli": 5,
"arp": 1,
"special_description": "Spell Damage +100%",
"tags": ["force", "savage"]
"tags": ["force"]
},
"Force Sword": {
"attack": {
Expand Down Expand Up @@ -1761,7 +1761,7 @@ global.weapons = {
"ammo": 5,
"range": 12,
"spli": 40,
"arp": 1,
"arp": 0,
"tags": ["heavy_ranged", "twin_linked", "vehicle", "turret"]
},
"Flamestorm Cannon Turret": {
Expand Down
Loading