Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5ET-1173 Oversized Longbow baseitem #1932

Merged
merged 1 commit into from
Dec 18, 2023
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
68 changes: 68 additions & 0 deletions item/enders; Oversized Longbow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"_meta": {
"sources": [
{
"json": "Generic Oversized Longbow",
"abbreviation": "WDH-GOL",
"full": "Generic Oversized Longbow",
"authors": [
"enders"
],
"convertedBy": [
"Lyra [he/him]"
],
"version": "1",
"url": "https://github.com/TheGiddyLimit/homebrew",
"dateReleased": "2023-12-12",
"color": "d4af37"
}
],
"status": "ready",
"dateAdded": 1702410358,
"dateLastModified": 1702410358
},
"baseitem": [
{
"name": "Oversized Longbow",
"source": "Generic Oversized Longbow",
"page": 201,
"type": "R",
"rarity": "unknown",
"weight": 2,
"weaponCategory": "martial",
"property": [
"A",
"H",
"2H"
],
"range": "150/600",
"dmg1": "2d6",
"dmgType": "P",
"bow": true,
"weapon": true,
"entries": [
"This unique weapon can be used only by a Medium or larger creature that has a Strength of 18 or higher. The bow shoots oversized arrows that deal piercing damage equal to {@dice 2d6} + the wielder's Strength modifier."
],
"ammoType": "arrow|phb",
"hasFluffImages": true,
"fluff": {
"images": [
{
"type": "image",
"href": {
"type": "external",
"url": "https://5etools-mirror-1.github.io/img/bestiary/WDH/Ziraj%20the%20Hunter.webp"
},
"title": "Ziraj the Hunter"
}
]
},
"foundrySystem": {
"damage.parts": [
"2d6 + @abilities.str.mod",
"piercing"
]
}
}
]
}
Loading