mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
84
data/foundry-actions.json
Normal file
84
data/foundry-actions.json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"action": [
|
||||
{
|
||||
"name": "Attack",
|
||||
"source": "PHB",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Climb onto a Bigger Creature",
|
||||
"source": "DMG",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Disarm",
|
||||
"source": "DMG",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Grapple",
|
||||
"source": "PHB",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Mark",
|
||||
"source": "DMG",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Opportunity Attack",
|
||||
"source": "PHB",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Overrun",
|
||||
"source": "DMG",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Shove",
|
||||
"source": "PHB",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Shove Aside",
|
||||
"source": "DMG",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Tumble",
|
||||
"source": "DMG",
|
||||
"system": {
|
||||
"target.value": 1,
|
||||
"target.type": "creature"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user