Skip to content

Commit

Permalink
fix item apply, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkars committed Sep 19, 2024
1 parent aa0a0c6 commit 736f0a4
Show file tree
Hide file tree
Showing 6 changed files with 283 additions and 158 deletions.
74 changes: 73 additions & 1 deletion data/fh/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,12 @@
"value": "%data.items.fh-58.1%",
"small": true
}
],
"effects": [
{
"type": "condition",
"value": "disarm"
}
]
},
{
Expand Down Expand Up @@ -1438,6 +1444,12 @@
"value": "%data.items.fh-62.1%",
"small": true
}
],
"effects": [
{
"type": "condition",
"value": "regenerate"
}
]
},
{
Expand Down Expand Up @@ -1879,7 +1891,7 @@
"effects": [
{
"type": "heal",
"value": 3
"value": 2
}
]
},
Expand Down Expand Up @@ -2036,6 +2048,12 @@
"value": "%data.items.fh-86.1%",
"small": true
}
],
"effects": [
{
"type": "element",
"value": "wild"
}
]
},
{
Expand Down Expand Up @@ -2318,6 +2336,16 @@
"value": "%data.items.fh-98.1%",
"small": true
}
],
"effects": [
{
"type": "condition",
"value": "wound"
},
{
"type": "condition",
"value": "poison"
}
]
},
{
Expand Down Expand Up @@ -2413,6 +2441,16 @@
"value": "%data.items.fh-102.1%",
"small": true
}
],
"effects": [
{
"type": "element",
"value": "wild"
},
{
"type": "element",
"value": "wild"
}
]
},
{
Expand Down Expand Up @@ -2641,6 +2679,12 @@
"value": "%data.items.fh-112.1%",
"small": true
}
],
"effects": [
{
"type": "damage",
"value": 10
}
]
},
{
Expand Down Expand Up @@ -3742,6 +3786,16 @@
}
]
}
],
"effects": [
{
"type": "condition",
"value": "bless"
},
{
"type": "condition",
"value": "bless"
}
]
},
{
Expand Down Expand Up @@ -3771,6 +3825,12 @@
}
]
}
],
"effects": [
{
"type": "heal",
"value": 2
}
]
},
{
Expand Down Expand Up @@ -3877,6 +3937,12 @@
}
]
}
],
"effects": [
{
"type": "heal",
"value": 2
}
]
},
{
Expand Down Expand Up @@ -5090,6 +5156,12 @@
}
]
}
],
"effects": [
{
"type": "heal",
"value": 6
}
]
},
{
Expand Down
Loading

0 comments on commit 736f0a4

Please sign in to comment.