Skip to content

Commit c35d07b

Browse files
committed
npm run build
1 parent 565eabc commit c35d07b

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

css/style.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/abilities.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"entries": [
1919
"The woodblessed empowers themself or their next attack.",
20-
"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.",
21-
"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+)."
20+
"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.",
21+
"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+)."
2222
]
2323
},
2424
{
@@ -34,7 +34,7 @@
3434
},
3535
"trigger": "The woodblessed is damaged by a creature within their reach",
3636
"entries": [
37-
"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."
37+
"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."
3838
]
3939
},
4040
{
@@ -49,7 +49,7 @@
4949
"light"
5050
],
5151
"entries": [
52-
"20 feet. The volatile planar energy coursing through a woodblesseds veins fills the area with dim light."
52+
"20 feet. The volatile planar energy coursing through a woodblessed's veins fills the area with dim light."
5353
]
5454
},
5555
{
@@ -64,7 +64,7 @@
6464
"wood"
6565
],
6666
"entries": [
67-
"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."
67+
"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."
6868
]
6969
},
7070
{

data/bestiary/creatures-wow2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2360,7 +2360,10 @@
23602360
"number": 2,
23612361
"unit": "action"
23622362
},
2363-
"traits":["fire","primal"],
2363+
"traits": [
2364+
"fire",
2365+
"primal"
2366+
],
23642367
"entries": [
23652368
"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."
23662369
]

data/creaturetemplates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "Adjustment",
77
"name": "Woodblessed",
88
"entries": [
9-
"Woodblessed are those granted uncontrollable energy drawn from the Plane of Wood—a blessing that brings pain and eventual death."
9+
"Woodblessed are those granted uncontrollable energy drawn from the Plane of Wood\u2014a blessing that brings pain and eventual death."
1010
],
1111
"abilities": {
1212
"entries": [

test/schema-template/_generated/sources.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
"TiO",
126126
"ToK",
127127
"WoW0",
128+
"WoW1",
129+
"WoW2",
128130
"WtD1",
129131
"WtD2",
130132
"WtD3",

0 commit comments

Comments
 (0)