Skip to content

Commit

Permalink
Merge branch 'LionsShield' into 'master'
Browse files Browse the repository at this point in the history
Add strike REs to Lion's Shield

See merge request hooking/foundry-vtt---pathfinder-2e!6167
  • Loading branch information
stwlam committed Nov 26, 2021
2 parents 00010ae + 39e9e8a commit 5960060
Showing 1 changed file with 45 additions and 3 deletions.
48 changes: 45 additions & 3 deletions packs/data/equipment.db/lions-shield.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
"value": 0
},
"preciousMaterial": {
"value": ""
"value": null
},
"preciousMaterialGrade": {
"value": ""
"value": null
},
"price": {
"value": "245 gp"
Expand All @@ -96,7 +96,49 @@
"resiliencyRune": {
"value": ""
},
"rules": [],
"rules": [
{
"key": "FlatModifier",
"label": "Potency Rune",
"selector": "{item|_id}-attack",
"type": "item",
"value": 1
},
{
"category": "martial",
"damage": {
"base": {
"damageType": "bludgeoning",
"dice": 2,
"die": "d6"
}
},
"group": "shield",
"key": "Strike",
"range": null
},
{
"category": "martial",
"damage": {
"base": {
"damageType": "piercing",
"dice": 2,
"die": "d6"
}
},
"group": "shield",
"key": "Strike",
"label": "Lion's Shield (Activation)",
"predicate": {
"all": [
"self:shield:raised"
]
},
"traits": [
"deadly-d6"
]
}
],
"size": {
"value": "med"
},
Expand Down

0 comments on commit 5960060

Please sign in to comment.