added uses to EotE weaknesses
This commit is contained in:
parent
f60509218f
commit
5d917dd3d2
@ -5,5 +5,12 @@
|
||||
"traits": "Injury.",
|
||||
"weakness": true,
|
||||
"basicWeaknessCount": 1,
|
||||
"uses": [
|
||||
{
|
||||
"count": 1,
|
||||
"type": "Damage",
|
||||
"token": "damage"
|
||||
}
|
||||
],
|
||||
"cycle": "Edge of the Earth"
|
||||
}
|
||||
|
@ -4,5 +4,12 @@
|
||||
"class": "Neutral",
|
||||
"traits": "Injury.",
|
||||
"weakness": true,
|
||||
"uses": [
|
||||
{
|
||||
"count": 1,
|
||||
"type": "Damage",
|
||||
"token": "damage"
|
||||
}
|
||||
],
|
||||
"cycle": "Edge of the Earth"
|
||||
}
|
||||
|
@ -5,5 +5,12 @@
|
||||
"traits": "Injury.",
|
||||
"weakness": true,
|
||||
"basicWeaknessCount": 1,
|
||||
"uses": [
|
||||
{
|
||||
"count": 1,
|
||||
"type": "Damage",
|
||||
"token": "damage"
|
||||
}
|
||||
],
|
||||
"cycle": "Edge of the Earth"
|
||||
}
|
||||
|
@ -5,5 +5,12 @@
|
||||
"traits": "Madness.",
|
||||
"weakness": true,
|
||||
"basicWeaknessCount": 1,
|
||||
"uses": [
|
||||
{
|
||||
"count": 1,
|
||||
"type": "Horror",
|
||||
"token": "horror"
|
||||
}
|
||||
],
|
||||
"cycle": "Edge of the Earth"
|
||||
}
|
||||
|
@ -4,5 +4,12 @@
|
||||
"class": "Neutral",
|
||||
"traits": "Madness.",
|
||||
"weakness": true,
|
||||
"uses": [
|
||||
{
|
||||
"count": 1,
|
||||
"type": "Horror",
|
||||
"token": "horror"
|
||||
}
|
||||
],
|
||||
"cycle": "Edge of the Earth"
|
||||
}
|
||||
|
@ -5,5 +5,12 @@
|
||||
"traits": "Madness.",
|
||||
"weakness": true,
|
||||
"basicWeaknessCount": 1,
|
||||
"uses": [
|
||||
{
|
||||
"count": 1,
|
||||
"type": "Horror",
|
||||
"token": "horror"
|
||||
}
|
||||
],
|
||||
"cycle": "Edge of the Earth"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user