Browse Source

Non-custom icons

Robert Carnecky 10 years ago
parent
commit
e604cc8dc6
1 changed files with 9 additions and 9 deletions
  1. 9
    9
      generator/data/card_data_example.js

+ 9
- 9
generator/data/card_data_example.js View File

3
         "count": 1,
3
         "count": 1,
4
         "color": "maroon",
4
         "color": "maroon",
5
         "title": "Burning Hands",
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
         "contents": [
8
         "contents": [
9
             "subtitle | 1st level evocation",
9
             "subtitle | 1st level evocation",
10
             "rule",
10
             "rule",
24
         "count": 1,
24
         "count": 1,
25
         "color": "indigo",
25
         "color": "indigo",
26
         "title": "Cunning Action",
26
         "title": "Cunning Action",
27
-        "icon": "custom-spell",
28
-        "icon_back": "custom-class-rogue",
27
+        "icon": "white-book",
28
+        "icon_back": "cloak-dagger",
29
         "contents": [
29
         "contents": [
30
             "subtitle | Rogue feature",
30
             "subtitle | Rogue feature",
31
             "rule",
31
             "rule",
40
         "count": 1,
40
         "count": 1,
41
         "color": "dimgray",
41
         "color": "dimgray",
42
         "title": "Full Plate",
42
         "title": "Full Plate",
43
-        "icon": "custom-armor-heavy",
43
+        "icon": "breastplate",
44
         "contents": [
44
         "contents": [
45
             "subtitle | Heavy armor (1500gp)",
45
             "subtitle | Heavy armor (1500gp)",
46
             "rule",
46
             "rule",
58
         "count": 1,
58
         "count": 1,
59
         "color": "dimgray",
59
         "color": "dimgray",
60
         "title": "Dagger",
60
         "title": "Dagger",
61
-        "icon": "custom-swordarrow",
61
+        "icon": "mixed-swords",
62
         "contents": [
62
         "contents": [
63
             "subtitle | Simple melee weapon (2gp)",
63
             "subtitle | Simple melee weapon (2gp)",
64
             "rule",
64
             "rule",
78
         "color": "dimgray",
78
         "color": "dimgray",
79
         "title": "Shortsword of Very Long Names",
79
         "title": "Shortsword of Very Long Names",
80
         "title_size": "tiny",
80
         "title_size": "tiny",
81
-        "icon": "custom-swords",
81
+        "icon": "crossed-swords",
82
         "contents": [
82
         "contents": [
83
             "subtitle | Simple melee weapon (10gp)",
83
             "subtitle | Simple melee weapon (10gp)",
84
             "rule",
84
             "rule",
96
         "count": 1,
96
         "count": 1,
97
         "color": "dimgray",
97
         "color": "dimgray",
98
         "title": "Wand of Magic Missiles",
98
         "title": "Wand of Magic Missiles",
99
-        "icon": "custom-wand",
99
+        "icon": "crystal-wand",
100
         "contents": [
100
         "contents": [
101
             "subtitle | Wondrous item",
101
             "subtitle | Wondrous item",
102
             "rule",
102
             "rule",
116
         "count": 2,
116
         "count": 2,
117
         "color": "dimgray",
117
         "color": "dimgray",
118
         "title": "Potion of Healing",
118
         "title": "Potion of Healing",
119
-        "icon": "custom-potion",
119
+        "icon": "drink-me",
120
         "contents": [
120
         "contents": [
121
             "subtitle | Potion (50gp)",
121
             "subtitle | Potion (50gp)",
122
             "rule",
122
             "rule",

Loading…
Cancel
Save