forked from foundryvtt/pf2e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffect-anadi-venom.json
44 lines (44 loc) · 1.37 KB
/
effect-anadi-venom.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"_id": "gN1LbKYQgi8Fx98V",
"img": "icons/skills/melee/blade-tip-energy-green.webp",
"name": "Effect: Anadi Venom",
"system": {
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.actionspf2e.Item.Anadi Venom]</p>\n<p>If the next fangs Strike you make before the end of your turn hits and deals damage, the Strike deals an additional 1d6 poison damage. On a critical failure, the poison is wasted as normal. At 12th level, this poison damage increases to 2d6.</p>"
},
"duration": {
"expiry": "turn-end",
"sustained": false,
"unit": "rounds",
"value": 0
},
"level": {
"value": 1
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Lost Omens: The Mwangi Expanse"
},
"rules": [
{
"damageType": "poison",
"diceNumber": "ternary(gte(@actor.level, 12), 2, 1)",
"dieSize": "d6",
"key": "DamageDice",
"selector": "fangs-damage"
}
],
"start": {
"initiative": null,
"value": 0
},
"tokenIcon": {
"show": true
},
"traits": {
"value": []
}
},
"type": "effect"
}