Parcourir la source

Non-custom icons

Robert Carnecky il y a 10 ans
Parent
révision
e604cc8dc6
1 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 9
    9
      generator/data/card_data_example.js

+ 9
- 9
generator/data/card_data_example.js Voir le fichier

@@ -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",
@@ -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",
@@ -40,7 +40,7 @@ var card_data_example = [
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…
Annuler
Enregistrer