Skip to content

Commit

Permalink
Automate Animal Fleetness and Feeding Frenzy (foundryvtt#14898)
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSchlock committed May 31, 2024
1 parent 2a7bb94 commit 8a03aea
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 2 deletions.
79 changes: 78 additions & 1 deletion packs/feats/animal-fleetness.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,84 @@
"remaster": true,
"title": "Pathfinder Howl of the Wild"
},
"rules": [],
"rules": [
{
"key": "BaseSpeed",
"predicate": [
"werecreature:werebat",
"change-shape:animal"
],
"selector": "land",
"value": 20
},
{
"key": "BaseSpeed",
"predicate": [
"werecreature:werebat",
"change-shape:animal"
],
"selector": "fly",
"value": 25
},
{
"key": "BaseSpeed",
"predicate": [
{
"or": [
"werecreature:werebear",
"werecreature:werecrocodile",
"werecreature:weremoose",
"werecreature:wererat",
"werecreature:weretiger"
]
},
"change-shape:animal"
],
"selector": "land",
"value": 35
},
{
"key": "BaseSpeed",
"predicate": [
{
"or": [
"werecreature:wereboar",
"werecreature:werewolf"
]
},
"change-shape:animal"
],
"selector": "land",
"value": 40
},
{
"key": "BaseSpeed",
"predicate": [
"werecreature:werecrocodile",
"change-shape:animal"
],
"selector": "swim",
"value": 25
},
{
"key": "BaseSpeed",
"predicate": [
"werecreature:wereshark",
"change-shape:animal"
],
"selector": "land",
"value": 25
},
{
"key": "BaseSpeed",
"predicate": [
"werecreature:wereshark",
"change-shape:animal"
],
"selector": "swim",
"value": 35
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down
29 changes: 28 additions & 1 deletion packs/feats/feeding-frenzy.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,34 @@
"remaster": true,
"title": "Pathfinder Howl of the Wild"
},
"rules": [],
"rules": [
{
"critical": true,
"damageType": "bleed",
"diceNumber": 1,
"dieSize": "d4",
"key": "DamageDice",
"label": "{item|name}",
"predicate": [
"item:tag:jaws"
],
"selector": "jaws-damage"
},
{
"key": "RollOption",
"option": "feeding-frenzy",
"toggleable": true
},
{
"key": "FlatModifier",
"predicate": [
"feeding-frenzy"
],
"selector": "jaws-attack",
"type": "circumstance",
"value": 1
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down

0 comments on commit 8a03aea

Please sign in to comment.