1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
--- a/data/json/items/generic/dining_kitchen.json
+++ b/data/json/items/generic/dining_kitchen.json
@@ -1,6 +1,6 @@
[
{
- "id": "base_silverware",
+ "abstract": "base_silverware",
"name": { "str": "generic silverware" },
"type": "GENERIC",
"description": "generic item template",
@@ -16,7 +16,7 @@
"to_hit": -1
},
{
- "id": "base_utensil",
+ "abstract": "base_utensil",
"name": { "str": "generic utensil" },
"type": "GENERIC",
"description": "generic item template",
@@ -32,7 +32,7 @@
"to_hit": -1
},
{
- "id": "base_plastic_silverware",
+ "abstract": "base_plastic_silverware",
"name": { "str": "generic silverware" },
"type": "GENERIC",
"description": "generic item template",
@@ -48,7 +48,7 @@
"to_hit": -2
},
{
- "id": "base_ceramic_dish",
+ "abstract": "base_ceramic_dish",
"name": { "str": "generic dish", "str_pl": "generic dishes" },
"description": "generic item template",
"type": "GENERIC",
@@ -63,7 +63,7 @@
"to_hit": -1
},
{
- "id": "base_glass_dish",
+ "abstract": "base_glass_dish",
"name": { "str": "generic dish", "str_pl": "generic dishes" },
"description": "generic item template",
"type": "GENERIC",
@@ -78,7 +78,7 @@
"to_hit": -1
},
{
- "id": "base_tin_dish",
+ "abstract": "base_tin_dish",
"name": { "str": "generic dish", "str_pl": "generic dishes" },
"description": "generic item template",
"type": "GENERIC",
@@ -93,7 +93,7 @@
"to_hit": -1
},
{
- "id": "base_plastic_dish",
+ "abstract": "base_plastic_dish",
"name": { "str": "generic dish", "str_pl": "generic dishes" },
"description": "generic item template",
"type": "GENERIC",
@@ -108,7 +108,7 @@
"to_hit": -1
},
{
- "id": "base_cookpot",
+ "abstract": "base_cookpot",
"name": { "str": "generic cook pot" },
"description": "generic item template",
"type": "GENERIC",
|