Merge pull request #662 from argonui/uses-eote

Added uses to EotE weaknesses
This commit is contained in:
BootleggerFinn 2024-04-20 21:18:39 -05:00 committed by GitHub
commit b14254dff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
}