|
@@ -129,5 +129,27 @@ var card_data_example = [
|
129
|
129
|
"text | Drinking or administering a potion takes 1 action.",
|
130
|
130
|
"fill | 3"
|
131
|
131
|
]
|
|
132
|
+ },
|
|
133
|
+ {
|
|
134
|
+ "count": 1,
|
|
135
|
+ "color": "black",
|
|
136
|
+ "title": "Goblin",
|
|
137
|
+ "icon": "imp-laugh",
|
|
138
|
+ "contents": [
|
|
139
|
+ "subtitle | Small humanoid (goblinoid)",
|
|
140
|
+ "rule",
|
|
141
|
+ "property | Armor class | 15 (leather armor, shield)",
|
|
142
|
+ "property | Hit points | 7 (2d6)",
|
|
143
|
+ "rule",
|
|
144
|
+ "dndstats | 8 | 14 | 10 | 10 | 8 | 8",
|
|
145
|
+ "rule",
|
|
146
|
+ "property | Skills | Stealth +6",
|
|
147
|
+ "property | Challenge | 1/4 (50 XP)",
|
|
148
|
+ "rule",
|
|
149
|
+ "description | Nimble escape | Disengage or Hide as bonus action",
|
|
150
|
+ "fill | 2",
|
|
151
|
+ "section | Actions",
|
|
152
|
+ "description | Scimitar | Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage"
|
|
153
|
+ ]
|
132
|
154
|
}
|
133
|
155
|
];
|