瀏覽代碼

Non-custom example data

Robert Carnecky 10 年之前
父節點
當前提交
5e8d28b25c
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11
    11
      generator/data/card_data_example.js

+ 11
- 11
generator/data/card_data_example.js 查看文件

@@ -3,8 +3,8 @@ var card_data_example = [
3 3
         "count": 1,
4 4
         "color": "maroon",
5 5
         "title": "Burning Hands",
6
-        "icon": "custom-spell-1",
7
-        "icon_back": "custom-class-arcane",
6
+        "icon": "white-book-1",
7
+        "icon_back": "robe",
8 8
         "contents": [
9 9
             "subtitle | 1st level evocation",
10 10
             "rule",
@@ -14,7 +14,7 @@ var card_data_example = [
14 14
             "rule",
15 15
             "fill | 2",
16 16
             "text | Each creature in a 15-foot cone must make a Dexterity saving throw. A creature takes <b>3d6 fire damage</b> on a failed save, or half as much damage on a successful one.",
17
-            "text | The fire ignites any flammable objects in the area that arent being worn or carried.",
17
+            "text | The fire ignites any flammable objects in the area that aren't being worn or carried.",
18 18
             "fill | 3",
19 19
             "section | At higher levels",
20 20
             "text | +1d6 damage for each slot above 1st"
@@ -24,8 +24,8 @@ var card_data_example = [
24 24
         "count": 1,
25 25
         "color": "indigo",
26 26
         "title": "Cunning Action",
27
-        "icon": "custom-spell",
28
-        "icon_back": "custom-class-rogue",
27
+        "icon": "white-book",
28
+        "icon_back": "cloak-dagger",
29 29
         "contents": [
30 30
             "subtitle | Rogue feature",
31 31
             "rule",
@@ -33,14 +33,14 @@ var card_data_example = [
33 33
             "text | You can take a <b>bonus action on each of your turns</b> in combat. This action can be used only to take the <b>Dash, Disengage, or Hide</b> action.",
34 34
             "fill | 2",
35 35
             "section | Fast hands (Thief 3rd)",
36
-            "text | You can also use the bonus action to make a Dexterity (<b>Sleight of Hand</b>) check, use your thieves tools to <b>disarm a trap</b> or <b>open a lock</b>, or take the <b>Use an Object</b> action.",
36
+            "text | You can also use the bonus action to make a Dexterity (<b>Sleight of Hand</b>) check, use your thieves' tools to <b>disarm a trap</b> or <b>open a lock</b>, or take the <b>Use an Object</b> action.",
37 37
         ]
38 38
     },
39 39
     {
40 40
         "count": 1,
41 41
         "color": "dimgray",
42 42
         "title": "Full Plate",
43
-        "icon": "custom-armor-heavy",
43
+        "icon": "breastplate",
44 44
         "contents": [
45 45
             "subtitle | Heavy armor (1500gp)",
46 46
             "rule",
@@ -58,7 +58,7 @@ var card_data_example = [
58 58
         "count": 1,
59 59
         "color": "dimgray",
60 60
         "title": "Dagger",
61
-        "icon": "custom-swordarrow",
61
+        "icon": "mixed-swords",
62 62
         "contents": [
63 63
             "subtitle | Simple melee weapon (2gp)",
64 64
             "rule",
@@ -78,7 +78,7 @@ var card_data_example = [
78 78
         "color": "dimgray",
79 79
         "title": "Shortsword of Very Long Names",
80 80
         "title_size": "tiny",
81
-        "icon": "custom-swords",
81
+        "icon": "crossed-swords",
82 82
         "contents": [
83 83
             "subtitle | Simple melee weapon (10gp)",
84 84
             "rule",
@@ -96,7 +96,7 @@ var card_data_example = [
96 96
         "count": 1,
97 97
         "color": "dimgray",
98 98
         "title": "Wand of Magic Missiles",
99
-        "icon": "custom-wand",
99
+        "icon": "crystal-wand",
100 100
         "contents": [
101 101
             "subtitle | Wondrous item",
102 102
             "rule",
@@ -116,7 +116,7 @@ var card_data_example = [
116 116
         "count": 2,
117 117
         "color": "dimgray",
118 118
         "title": "Potion of Healing",
119
-        "icon": "custom-potion",
119
+        "icon": "drink-me",
120 120
         "contents": [
121 121
             "subtitle | Potion (50gp)",
122 122
             "rule",

Loading…
取消
儲存