Skip to content

Commit

Permalink
Merge pull request #77 from Wasteland-Ventures-Group/compendium/weapons
Browse files Browse the repository at this point in the history
Compendium/weapons
  • Loading branch information
kmoschcau authored Dec 7, 2021
2 parents 4edb448 + 54ed108 commit fd4868a
Show file tree
Hide file tree
Showing 70 changed files with 3,452 additions and 3 deletions.
80 changes: 77 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,83 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- automatic range measuring when using targeting
([#75](https://github.com/Wasteland-Ventures-Group/WV-VTT-module/issues/75))
- weapons
- Alien Blaster
- Arcane Glove
- Auto-Axe
- Balefire Egg Launcher
- Baseball Bat
- Bladed Gauntlets
- Buckington Automatic Rifle M18
- Buckscatter G-M7 Launcher
- Dynamite
- Enclave Gale Blaster
- Enclave Hailgun
- Enclave Novasurge Rifle
- Enclave Rainmaker
- Enclave Thunderbuck
- Frag Grenade
- GAG Incinerator
- GAG Thunder Cannon
- Gauss Minigun
- Gauss Pistol
- Gauss Revolver
- Gauss Rifle
- Gauss Shotgun
- Gauss SMG
- Gretta M28 MG "Pecker"
- Gretta M33 MG "Predator"
- Gretta M3 SMG "Greaser"
- H&K MGat-39 "Mini Gun"
- Hellhound Gauntlets
- Hoof of Goddess
- Hunting Bow
- IF-44 "Angel Bunny"
- IF-84 "Stampede"
- IF-92 "Melrose"
- IF-G12 "Champion"
- Improvised Melee (small)
- Longbow
- Lumber Axe
- Mace
- Manticore Gauntlets
- Molotrot Cocktail
- No Weapon
- Plasma Grenade
- Power Glove
- Q-Same AEF-451 Flamer “Book Burner”
- Q-Same AEW-5 Arcane Pistol
- Q-Same AEW-6 Arcane Revolver
- Q-Same AEW-21 Arcane Rifle
- Q-Same AEW-33 Tri-Arcane Rifle
- Q-Same Arcane Gatling
- Q-Same MLEM
- Ripper
- SFO Launcher "Thumper"
- SFO Rocket Launcher "Boomer"
- Shishkebab
- Silaha Plasma "Corona"
- Silaha Plasma "Death Star"
- Silaha Plasma "Fusion"
- Silaha Plasma "Hestia"
- Silaha Plasma "Igneous"
- Silaha Plasma "Vulcan"
- Sledgehammer
- Sparkle-Nade
- Spear
- Super Sledge
- Thermic Lance
- Warhammer
- Yao Guai Gauntlets
- missing notes on weapons
- IF-P39 "Troubleshoes"
- Zebra Rifle
- new attack "Throw" for weapons:
- Fire Axe
- Lumber Axe
- attribute Ranges for weapons:
- Fire Axe
- Lumber Axe

## [0.6.0] - 2021-11-27

Expand Down Expand Up @@ -112,9 +189,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- weapons
- Machete
- Staff
- missing notes on weapons
- IF-P39 "Troubleshoes"
- Zebra Rifle

### Changed

Expand Down
53 changes: 53 additions & 0 deletions src/compendiums/item/weapon/alien_blaster.json
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"
}
38 changes: 38 additions & 0 deletions src/compendiums/item/weapon/arcane_glove.json
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"
}
38 changes: 38 additions & 0 deletions src/compendiums/item/weapon/auto_axe.json
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 src/compendiums/item/weapon/balefire_egg_launcher_bel.json
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"
}
38 changes: 38 additions & 0 deletions src/compendiums/item/weapon/baseball_bat.json
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": {}
}
39 changes: 39 additions & 0 deletions src/compendiums/item/weapon/bladed_gauntlets.json
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"
}
Loading

0 comments on commit fd4868a

Please sign in to comment.