-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from Wasteland-Ventures-Group/compendium/weapons
Compendium/weapons
- Loading branch information
Showing
70 changed files
with
3,452 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"name": "Alien Blaster", | ||
"type": "weapon", | ||
"img": "icons/weapons/guns/gun-pistol-brown.webp", | ||
"data": { | ||
"name": "Alien Blaster", | ||
"description": "It's a... gun, we think? Compact in design, almost looks like a toy. Extremely rare, either a proof of extraterrestral life, or a convincing fake.", | ||
"notes": "", | ||
"attacks": { | ||
"sources": { | ||
"Single": { | ||
"ap": 5, | ||
"damage": { | ||
"base": 5, | ||
"dice": 3 | ||
}, | ||
"dtReduction": 5, | ||
"rounds": 1 | ||
} | ||
} | ||
}, | ||
"ranges": { | ||
"short": { | ||
"distance": 20, | ||
"modifier": 0 | ||
}, | ||
"medium": { | ||
"distance": 40, | ||
"modifier": -10 | ||
}, | ||
"long": { | ||
"distance": 60, | ||
"modifier": -20 | ||
} | ||
}, | ||
"reload": { | ||
"ap": 4, | ||
"caliber": "TODO", | ||
"containerType": "magazine", | ||
"size": 10 | ||
}, | ||
"rules": { | ||
"sources": [] | ||
}, | ||
"skill": "magicalEnergyWeapons", | ||
"strengthRequirement": 1, | ||
"value": 9999, | ||
"weight": 1 | ||
}, | ||
"effects": [], | ||
"flags": {}, | ||
"_id": "WVweapon00000025" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "Arcane Glove", | ||
"type": "weapon", | ||
"img": "icons/weapons/fist/fist-knuckles-stone.webp", | ||
"data": { | ||
"name": "Arcane Glove", | ||
"description": "Sometimes, you just need a sprinkle of magic in your enemy's face.", | ||
"notes": "Attacks are magical in nature; Magi-Strike can inflict any one status effect except Mind-Controlled and Unconscious", | ||
"attacks": { | ||
"sources": { | ||
"Strike": { | ||
"damage": { | ||
"base": 4, | ||
"dice": 1, | ||
"diceRange": true | ||
}, | ||
"ap": 4 | ||
} | ||
} | ||
}, | ||
"ranges": { | ||
"short": { | ||
"distance": "melee", | ||
"modifier": 0 | ||
} | ||
}, | ||
"skill": "unarmed", | ||
"strengthRequirement": 6, | ||
"value": 300, | ||
"weight": 3, | ||
"rules": { | ||
"sources": [] | ||
} | ||
}, | ||
"effects": [], | ||
"flags": {}, | ||
"_id": "WVweapon00000084" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "Auto-Axe", | ||
"type": "weapon", | ||
"img": "icons/weapons/axes/axe-battle-heavy-jagged.webp", | ||
"data": { | ||
"name": "Auto-Axe", | ||
"description": "Auto-axe is what happens when mad scientists at MAS figure out axes.", | ||
"notes": "Base Cripple chance 20%", | ||
"attacks": { | ||
"sources": { | ||
"Strike": { | ||
"ap": 7, | ||
"damage": { | ||
"base": 5, | ||
"dice": 1, | ||
"diceRange": true | ||
} | ||
} | ||
} | ||
}, | ||
"ranges": { | ||
"short": { | ||
"distance": "melee", | ||
"modifier": 0 | ||
} | ||
}, | ||
"skill": "melee", | ||
"strengthRequirement": 7, | ||
"value": 350, | ||
"weight": 10, | ||
"rules": { | ||
"sources": [] | ||
} | ||
}, | ||
"flags": {}, | ||
"effects": [], | ||
"_id": "WVweapon00000060" | ||
} |
53 changes: 53 additions & 0 deletions
53
src/compendiums/item/weapon/balefire_egg_launcher_bel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"name": "Balefire Egg Launcher", | ||
"type": "weapon", | ||
"img": "icons/weapons/artillery/cannon-engraved-gold.webp", | ||
"data": { | ||
"name": "Balefire Egg Launcher", | ||
"description": "Most explosives are \"Buck you and your immediate area\" in damage. The BEL takes that a step further and salts the earth afterwards. Because buck you and city you live in.", | ||
"notes": "Area of impact irradiated, deals 1 Rad for 1x50% chance.", | ||
"attacks": { | ||
"sources": { | ||
"Single": { | ||
"damage": { | ||
"base": 10, | ||
"dice": 20 | ||
}, | ||
"ap": 5, | ||
"rounds": 1, | ||
"splash": "huge" | ||
} | ||
} | ||
}, | ||
"ranges": { | ||
"short": { | ||
"distance": 40, | ||
"modifier": 0 | ||
}, | ||
"medium": { | ||
"distance": 80, | ||
"modifier": -10 | ||
}, | ||
"long": { | ||
"distance": 120, | ||
"modifier": -40 | ||
} | ||
}, | ||
"reload": { | ||
"ap": 8, | ||
"caliber": "TODO", | ||
"containerType": "internal", | ||
"size": 1 | ||
}, | ||
"skill": "explosives", | ||
"strengthRequirement": 8, | ||
"value": 9999, | ||
"weight": 15, | ||
"rules": { | ||
"sources": [] | ||
} | ||
}, | ||
"effects": [], | ||
"flags": {}, | ||
"_id": "WVweapon00000071" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"_id": "WVweapon00000056", | ||
"name": "Baseball Bat", | ||
"type": "weapon", | ||
"img": "icons/weapons/staves/staff-simple.webp", | ||
"data": { | ||
"name": "Baseball Bat", | ||
"description": "Once an iconic sport tool, now perfect for smashing skulls and crushing bones.", | ||
"notes": "", | ||
"attacks": { | ||
"sources": { | ||
"Strike": { | ||
"damage": { | ||
"base": 1, | ||
"dice": 2, | ||
"diceRange": true | ||
}, | ||
"ap": 7 | ||
} | ||
} | ||
}, | ||
"ranges": { | ||
"short": { | ||
"distance": "melee", | ||
"modifier": 0 | ||
} | ||
}, | ||
"rules": { | ||
"sources": [] | ||
}, | ||
"skill": "melee", | ||
"strengthRequirement": 4, | ||
"value": 80, | ||
"weight": 1.5 | ||
}, | ||
"effects": [], | ||
"flags": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "Bladed Gauntlets", | ||
"type": "weapon", | ||
"img": "icons/weapons/fist/claws-engraved-grey.webp", | ||
"data": { | ||
"name": "Bladed Gauntlets", | ||
"description": "Useful when you want to go haunting some teenagers in their dreams.", | ||
"notes": "Cripple chance 5%", | ||
"attacks": { | ||
"sources": { | ||
"Strike": { | ||
"damage": { | ||
"base": 1, | ||
"dice": 1, | ||
"diceRange": true | ||
}, | ||
"ap": 4 | ||
} | ||
} | ||
}, | ||
"ranges": { | ||
"short": { | ||
"distance": "melee", | ||
"modifier": 0 | ||
} | ||
}, | ||
"holdout": true, | ||
"skill": "unarmed", | ||
"strengthRequirement": 5, | ||
"value": 60, | ||
"weight": 3, | ||
"rules": { | ||
"sources": [] | ||
} | ||
}, | ||
"effects": [], | ||
"flags": {}, | ||
"_id": "WVweapon00000086" | ||
} |
Oops, something went wrong.