aboutsummaryrefslogtreecommitdiff
path: root/tool_armor.json
blob: e806d1f2a92a653684ba736e991e7b8e9cee528a (plain)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
[
 {
        "id": "leather_cat_tail_biv",
        "type": "TOOL_ARMOR",
        "category" : "clothing",
        "name" : "leather cat tail (vibrator)",
        "volume" : 1,
        "material_thickness" : 0,
        "description" : "A shiny black cat tail made out of leather. Whenever you walk, it sways back and forth. You can turn it on for extra enjoyment.",
        "flags" : ["FANCY"],
        "weight" : 100,
        "max_charges": 100,
        "initial_charges": 100,
        "ammo": "battery",
        "color" : "dark_gray",
        "price" : 2500,
        "material" : ["leather", "plastic"],
        "symbol" : "s",
        "use_action": "VIBE"
 },
    {
        "type" : "TOOL_ARMOR",
        "id" : "fur_cat_tail_biv",
        "category" : "clothing",
        "name" : "furred cat tail (vibrator)",
        "volume" : 1,
        "material_thickness" : 0,
        "description" : "A brown soft and furry cat tail. Whenever you walk, it sways back and forth. You can turn it on for extra enjoyment.",
        "flags" : ["FANCY"],
        "weight" : 100,
        "max_charges": 100,
        "initial_charges": 100,
        "ammo": "battery",
        "color" : "brown",
        "price" : 1000,
        "material" : ["fur", "plastic"],
        "symbol" : "s",
        "use_action": "VIBE"
    },
    {
        "type" : "TOOL_ARMOR",
        "id" : "blob_cat_tail",
        "category" : "clothing",
        "name" : "blob cat tail",
        "volume" : 1,
        "material_thickness" : 0,
        "description" : "A blob shaped like the tail of a cat that has been made docile. Whenever you walk, it sways back and forth. Make sure to feed your new blob friend!",
        "flags" : ["FANCY"],
        "weight" : 100,
        "max_charges": 100,
        "initial_charges": 100,
        "ammo": "blob_gohan",
        "color" : "red",
        "price" : 1000,
        "material" : ["flesh"],
        "symbol" : "s",
        "use_action": "VIBE"
    },
    {
        "type" : "TOOL_ARMOR",
        "category" : "clothing",
        "id" : "man_carrier",
        "name" : "human-sized carry bag",
        "weight" : 1000,
        "color" : "brown",
        "covers" : ["TORSO", "HEAD", "MOUTH", "ARMS", "HANDS", "LEGS", "FEET"],
        "symbol" : "[",
        "description" : "A large bag that could fit a person inside. The zipper running across it provides ventilation and you can open and close it from the inside. It can be used as a sleeping bag, as well.",
        "price" : 20500,
        "material" : ["leather", "wool"],
        "volume" : 20,
        "warmth" : 80,
        "environmental_protection" : 1,
        "encumbrance" : 80,
        "coverage" : 100,
        "flags" : ["OVERSIZE", "OUTER"],
        "use_action": "CAPTURE_MONSTER_ACT",
        "properties": [["monster_size_capacity", "MEDIUM"]],
        "material_thickness" : 4
    },
    {
        "type" : "TOOL_ARMOR",
        "category" : "clothing",
        "id" : "maid_cloak_off",
        "name" : "maid cloak (off)",
        "weight" : 1175,
        "color" : "green",
        "covers" : ["TORSO", "HEAD", "ARMS", "LEGS"],
        "symbol" : "[",
        "description" : "An elegant mantle to keep you warm when going outside. Use it to turn invisible. Consumes maid points.",
        "price" : 10700,
        "material" : ["cotton"],
        "volume" : 12,
        "warmth" : 30,
        "environmental_protection" : 3,
        "encumbrance" : 10,
        "coverage" : 65,
        "flags" : ["OVERSIZE", "HOOD", "OUTER", "VARSIZE"],
        "material_thickness" : 2,
        "max_charges": 100,
        "initial_charges": 100,
        "charges_per_use": 50,
        "ammo": "maid_point",
        "use_action": {
            "type": "transform",
            "msg": "You take a deep breath... And become invisible.",
            "target": "maid_cloak_on",
            "active": true,
            "need_charges": 100,
            "need_charges_msg": "Not enough maid points!"
        }
    },
    {
        "type" : "TOOL_ARMOR",
        "category" : "clothing",
        "id" : "maid_cloak_on",
        "name" : "maid cloak (on)",
        "weight" : 1175,
        "color" : "green",
        "covers" : ["TORSO", "HEAD", "ARMS", "LEGS"],
        "symbol" : "[",
        "description" : "An elegant mantle to keep you warm when going outside. Use it to turn visible. It is currently on and consuming maid points.",
        "price" : 10700,
        "material" : ["cotton"],
        "volume" : 12,
        "warmth" : 30,
        "environmental_protection" : 3,
        "encumbrance" : 10,
        "coverage" : 65,
        "flags" : ["OVERSIZE", "HOOD", "OUTER", "VARSIZE", "NO_RELOAD"],
        "material_thickness" : 2,
        "max_charges": 100,
        "initial_charges": 50,
        "turns_per_charge": 1,
        "ammo": "maid_point",
        "revert_to": "maid_cloak_off",
        "use_action": {
            "type": "transform",
            "msg": "You take a deep breath... And become visible again.",
            "target": "maid_cloak_off",
            "need_charges": 0
        },
    "artifact_data" : {
    "effects_worn": ["AEP_INVISIBLE","AEP_STEALTH"]
    }
    },
    {
        "type" : "TOOL_ARMOR",
        "category" : "clothing",
        "id" : "maidguy_mask_off",
        "name" : "white brim with veil",
        "name_plural" : "white brims with veils",
        "weight" : 150,
        "color" : "white",
        "covers" : ["EYES"],
        "symbol" : "[",
        "description" : "A regular maid's white brim with an elegant veil sewn into it, decorated with silver frills. Although it covers your eyes and blocks your vision quite harshly, you can use maid points to turn it on and gain otherwordly sight.",
        "price" : 8000,
        "material" : ["silver", "cotton"],
        "volume" : 1,
        "warmth" : 10,
        "environmental_protection" : 6,
        "coverage" : 100,
        "flags" : ["SUN_GLASSES", "FANCY"],
        "qualities" : [["GLARE", 1]],
        "material_thickness" : 4,
        "max_charges": 100,
        "initial_charges": 50,
        "charges_per_use": 50,
        "ammo": "maid_point",
        "use_action": {
            "type": "transform",
            "msg": "You use the maid points and your vision expands.",
            "target": "maidguy_mask_on",
            "active": true,
            "need_charges": 100,
            "need_charges_msg": "Not enough maid points!"
        }
    },
        {
        "type" : "TOOL_ARMOR",
        "category" : "clothing",
        "id" : "maidguy_mask_on",
        "name" : "white brim with veil (clairvoyant)",
        "name_plural" : "white brims with veils (clairvoyant)",
        "weight" : 150,
        "color" : "white",
        "covers" : ["EYES"],
        "symbol" : "[",
        "description" : "A regular maid's white brim with an elegant veil sewn into it, decorated with silver frills. It is currently see-through.",
        "price" : 8000,
        "material" : ["silver", "cotton"],
        "volume" : 1,
        "warmth" : 10,
        "environmental_protection" : 6,
        "coverage" : 100,
        "flags" : ["SUN_GLASSES", "FANCY", "NO_RELOAD"],
        "qualities" : [["GLARE", 1]],
        "material_thickness" : 4,
        "max_charges": 100,
        "initial_charges": 50,
        "turns_per_charge": 1,
        "ammo": "maid_point",
        "revert_to": "maidguy_mask_off",
                "use_action": {
            "type": "transform",
            "msg": "The last bits of the maid points fizzle away and the veil turns back to normal.",
            "target": "maidguy_mask_off",
            "need_charges": 0
        },
    "artifact_data" : {
    "effects_worn": ["AEP_SUPER_CLAIRVOYANCE"]
    }
    }
]