added uses to EotE weaknesses

This commit is contained in:
Chr1Z93 2024-04-19 11:50:03 +02:00
parent f60509218f
commit 5d917dd3d2
6 changed files with 42 additions and 0 deletions

View File

@ -5,5 +5,12 @@
"traits": "Injury.",
"weakness": true,
"basicWeaknessCount": 1,
"uses": [
{
"count": 1,
"type": "Damage",
"token": "damage"
}
],
"cycle": "Edge of the Earth"
}

View File

@ -4,5 +4,12 @@
"class": "Neutral",
"traits": "Injury.",
"weakness": true,
"uses": [
{
"count": 1,
"type": "Damage",
"token": "damage"
}
],
"cycle": "Edge of the Earth"
}

View File

@ -5,5 +5,12 @@
"traits": "Injury.",
"weakness": true,
"basicWeaknessCount": 1,
"uses": [
{
"count": 1,
"type": "Damage",
"token": "damage"
}
],
"cycle": "Edge of the Earth"
}

View File

@ -5,5 +5,12 @@
"traits": "Madness.",
"weakness": true,
"basicWeaknessCount": 1,
"uses": [
{
"count": 1,
"type": "Horror",
"token": "horror"
}
],
"cycle": "Edge of the Earth"
}

View File

@ -4,5 +4,12 @@
"class": "Neutral",
"traits": "Madness.",
"weakness": true,
"uses": [
{
"count": 1,
"type": "Horror",
"token": "horror"
}
],
"cycle": "Edge of the Earth"
}

View File

@ -5,5 +5,12 @@
"traits": "Madness.",
"weakness": true,
"basicWeaknessCount": 1,
"uses": [
{
"count": 1,
"type": "Horror",
"token": "horror"
}
],
"cycle": "Edge of the Earth"
}