Skip to content

Commit

Permalink
npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Spappz committed Jul 22, 2024
1 parent 565eabc commit c35d07b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions css/style.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions data/abilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"entries": [
"The woodblessed empowers themself or their next attack.",
"If the woodblesseds next action is to {@action Stride}, is launched off the ground by a suddenly sprouting tree and propelled forward. During this {@action Stride}, they have a fly Speed equal to their Speed. If they dont end their movement on a solid surface that can support their weight, they fall.",
"If the woodblesseds next action is a {@action Strike}, the attack sprouts thorns that deal an additional {@damage 1d4} {@condition persistent damage||persistent bleed damage} ({@damage 1d6} for levels 6–12, {@damage 1d10} for levels 13+)."
"If the woodblessed's next action is to {@action Stride}, is launched off the ground by a suddenly sprouting tree and propelled forward. During this {@action Stride}, they have a fly Speed equal to their Speed. If they don't end their movement on a solid surface that can support their weight, they fall.",
"If the woodblessed's next action is a {@action Strike}, the attack sprouts thorns that deal an additional {@damage 1d4} {@condition persistent damage||persistent bleed damage} ({@damage 1d6} for levels 6\u201312, {@damage 1d10} for levels 13+)."
]
},
{
Expand All @@ -34,7 +34,7 @@
},
"trigger": "The woodblessed is damaged by a creature within their reach",
"entries": [
"Distracted by the pain, the woodblesseds concentration slips and splinters erupt from their body as they temporarily lose control of the planar energy within them. Both the triggering creature and the woodblessed take {@damage 1d6} piercing damage + {@damage 1d6} per 2 levels the woodblessed has, with a basic Reflex save against the woodblesseds spell DC."
"Distracted by the pain, the woodblessed's concentration slips and splinters erupt from their body as they temporarily lose control of the planar energy within them. Both the triggering creature and the woodblessed take {@damage 1d6} piercing damage + {@damage 1d6} per 2 levels the woodblessed has, with a basic Reflex save against the woodblessed's spell DC."
]
},
{
Expand All @@ -49,7 +49,7 @@
"light"
],
"entries": [
"20 feet. The volatile planar energy coursing through a woodblesseds veins fills the area with dim light."
"20 feet. The volatile planar energy coursing through a woodblessed's veins fills the area with dim light."
]
},
{
Expand All @@ -64,7 +64,7 @@
"wood"
],
"entries": [
"When the woodblessed dies, the planar portal inside of them collapses, causing them to explode in a 20-foot burst of vines that deal {@damage 1d6} bludgeoning damage per level to all creatures with a basic Reflex save against the woodblesseds spell DC. The woodblesseds body is completely consumed, though their root network and gear remain behind."
"When the woodblessed dies, the planar portal inside of them collapses, causing them to explode in a 20-foot burst of vines that deal {@damage 1d6} bludgeoning damage per level to all creatures with a basic Reflex save against the woodblessed's spell DC. The woodblessed's body is completely consumed, though their root network and gear remain behind."
]
},
{
Expand Down
5 changes: 4 additions & 1 deletion data/bestiary/creatures-wow2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2360,7 +2360,10 @@
"number": 2,
"unit": "action"
},
"traits":["fire","primal"],
"traits": [
"fire",
"primal"
],
"entries": [
"Unaasi unleashes the planar energy coursing through their body for a split-second, dealing {@damage 11d6} fire damage (DC 30 basic Reflex save) to all creatures in their luminant aura. They can't use Scouring Surge again for {@dice 1d4} rounds."
]
Expand Down
2 changes: 1 addition & 1 deletion data/creaturetemplates.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "Adjustment",
"name": "Woodblessed",
"entries": [
"Woodblessed are those granted uncontrollable energy drawn from the Plane of Wood—a blessing that brings pain and eventual death."
"Woodblessed are those granted uncontrollable energy drawn from the Plane of Wood\u2014a blessing that brings pain and eventual death."
],
"abilities": {
"entries": [
Expand Down
2 changes: 2 additions & 0 deletions test/schema-template/_generated/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
"TiO",
"ToK",
"WoW0",
"WoW1",
"WoW2",
"WtD1",
"WtD2",
"WtD3",
Expand Down

0 comments on commit c35d07b

Please sign in to comment.