Skip to content

Commit

Permalink
Add automation to Lighter than Air Oracle feat (foundryvtt#17739)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammalagonc authored Dec 17, 2024
1 parent 2305571 commit d187ea1
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion packs/feats/lighter-than-air.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,35 @@
"remaster": true,
"title": "Pathfinder Player Core 2"
},
"rules": [],
"rules": [
{
"key": "BaseSpeed",
"predicate": [
{
"gte": [
"self:condition:cursebound",
1
]
}
],
"selector": "fly",
"value": "max(20,@actor.attributes.speed.total)"
},
{
"key": "FlatModifier",
"predicate": [
{
"gte": [
"self:condition:cursebound",
3
]
}
],
"selector": "fly-speed",
"type": "status",
"value": 10
}
],
"traits": {
"rarity": "common",
"value": [
Expand Down

0 comments on commit d187ea1

Please sign in to comment.