Skip to content

Commit 929166e

Browse files
jordanpotterJordan Potter
andauthored
Update for SRD changes on 6/27/2025 (#11)
Co-authored-by: Jordan Potter <me@jordanpotter.com>
1 parent a553c7a commit 929166e

File tree

4 files changed

+355
-42
lines changed

4 files changed

+355
-42
lines changed

_schemas/common/damage.schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"properties": {
66
"dice": { "$ref": "./dice.schema.json" },
77
"modifier": { "type": "integer" },
8-
"type": { "type": "string", "enum": ["PHYSICAL", "MAGICAL"] }
8+
"type": {
9+
"type": "string",
10+
"enum": ["PHYSICAL", "MAGICAL", "PHYSICAL_OR_MAGICAL"]
11+
}
912
},
1013
"required": ["dice", "type"],
1114
"additionalProperties": false

core/consumables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@
780780
"description": [
781781
{
782782
"paragraph": {
783-
"en-US": "You can consume this moss during a rest to clear 1d4 HP or 1d4 Stress."
783+
"en-US": "You can consume this moss during a rest to clear 1d10 HP or 1d10 Stress."
784784
}
785785
}
786786
]

core/domain-cards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
"description": [
476476
{
477477
"paragraph": {
478-
"en-US": "Make a Spellcast Roll (15). On a success, create a wall of magical flame between two points within Far range. All creatures in its path must choose a side to be on, and anything that subsequently passes through the wall takes 4d10+3 magic damage."
478+
"en-US": "Make a Spellcast Roll (15). On a success, create a temporary wall of magical flame between two points within Far range. All creatures in its path must choose a side to be on, and anything that subsequently passes through the wall takes 4d10+3 magic damage."
479479
}
480480
}
481481
]
@@ -3521,7 +3521,7 @@
35213521
"description": [
35223522
{
35233523
"paragraph": {
3524-
"en-US": "Spend a Hope and make an attack against all adversaries within your weapon's range. Once per long rest, on a success against any targets, add up the damage dealt, then redistribute that damage however you wish between the targets you succeeded against. When you deal damage to a target, roll an additional damage die and add its result to the damage you deal to that target."
3524+
"en-US": "Spend a Hope and make an attack against all adversaries within your weapon's range. Once per long rest, on a success against any targets, roll your weapon's damage and distribute that damage however you wish between the targets you succeeded against. Before you deal damage to each target, roll an additional damage die and add its result to the damage you deal to them."
35253525
}
35263526
}
35273527
]

0 commit comments

Comments
 (0)