Skip to content

Commit

Permalink
Add Ancient Tome resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ssblur committed Jan 22, 2023
1 parent e447550 commit 9cfb499
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Disabled Tome",
"disabled": true,
"author": "This tome is an example of how to disable existing tomes.",
"spell": {
"action": "inflame",
"subject": "storm",
"descriptors": [
"long",
"slow"
]
}
}
11 changes: 11 additions & 0 deletions common/src/main/resources/data/scriptor/tomes/greater_smite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Greater Smite",
"author": "§iThe name is faded...",
"spell": {
"action": "smite",
"subject": "storm",
"descriptors": [
"strong"
]
}
}
11 changes: 11 additions & 0 deletions common/src/main/resources/data/scriptor/tomes/heal_self.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Heal Self",
"author": "§iThe name is faded...",
"spell": {
"action": "heal",
"subject": "self",
"descriptors": [
"strong"
]
}
}
11 changes: 11 additions & 0 deletions common/src/main/resources/data/scriptor/tomes/healing_hands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Healing Hands",
"author": "§iThe name is faded...",
"spell": {
"action": "heal",
"subject": "touch",
"descriptors": [
"strong"
]
}
}
11 changes: 11 additions & 0 deletions common/src/main/resources/data/scriptor/tomes/hot_hands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Hot Hands",
"author": "§iThe name is faded...",
"spell": {
"action": "inflame",
"subject": "touch",
"descriptors": [
"long"
]
}
}
9 changes: 9 additions & 0 deletions common/src/main/resources/data/scriptor/tomes/immolate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Immolate",
"author": "Arnold the Unwise",
"spell": {
"action": "inflame",
"subject": "self",
"descriptors": []
}
}
12 changes: 12 additions & 0 deletions common/src/main/resources/data/scriptor/tomes/wildfire.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Wildfire",
"author": "§iThe name is faded...",
"spell": {
"action": "inflame",
"subject": "storm",
"descriptors": [
"long",
"slow"
]
}
}

0 comments on commit 9cfb499

Please sign in to comment.