Skip to content

Commit

Permalink
Add ancestry features to centaur (#15070)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Jun 13, 2024
1 parent 9078397 commit cd9a04b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
18 changes: 16 additions & 2 deletions packs/ancestries/centaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,25 @@
}
},
"hp": 8,
"items": {},
"items": {
"TaKbB": {
"img": "icons/environment/people/cavalry.webp",
"level": 1,
"name": "Mount",
"uuid": "Compendium.pf2e.ancestryfeatures.Item.Mount"
},
"fRFKM": {
"img": "icons/skills/movement/arrows-up-trio-red.webp",
"level": 1,
"name": "Robust",
"uuid": "Compendium.pf2e.ancestryfeatures.Item.Robust"
}
},
"languages": {
"custom": "",
"value": [
"common"
"common",
"fey"
]
},
"publication": {
Expand Down
4 changes: 3 additions & 1 deletion packs/ancestryfeatures/mount.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"rules": [],
"traits": {
"rarity": "common",
"value": []
"value": [
"centaur"
]
}
},
"type": "feat"
Expand Down
6 changes: 4 additions & 2 deletions packs/ancestryfeatures/robust.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"actions": {
"value": null
},
"category": "bonus",
"category": "ancestryfeature",
"description": {
"value": "<p>You increase your maximum and encumbered Bulk limits by 2.</p>"
},
Expand Down Expand Up @@ -40,7 +40,9 @@
],
"traits": {
"rarity": "common",
"value": []
"value": [
"centaur"
]
}
},
"type": "feat"
Expand Down

0 comments on commit cd9a04b

Please sign in to comment.