aboutsummaryrefslogtreecommitdiff
path: root/ammo.json
blob: 87b2df34dee2067536e88c3e717cde4fb587cb83 (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
[
    {
       "type" : "AMMO",
        "id" : "blob_gohan",
        "category" : "other",
        "price" : 0,
        "name" : "maid's blob feed",
        "symbol" : "=",
        "color" : "light_red",
        "description" : "Feed made for a certain type of blob. Its a protein paste made out of meat.",
        "material" : "flesh",
        "volume" : 1,
        "weight" : 1,
        "ammo_type" : "blob_gohan",
        "count" : 100,
        "stack_size" : 100
    },
    {
       "type" : "AMMO",
        "id" : "assassins_throwing_dagger",
        "category" : "weapons",
        "price" : 9000,
        "name" : "assassin's throwing knife",
        "symbol" : "/",
        "color" : "light_gray",
        "description" : "A nimble blade meant for ranged assassination, but makes an improvised cutlery tool in a pinch. It's very lightweight and silent and can be used on both zombies and games involving apples.",
        "material" : ["steel","leather"],
        "volume" : 4,
        "weight" : 750,
        "cutting" : 21,
        "to_hit" : 2,
        "flags" : ["SPEAR","SHEATH_KNIFE"],
        "qualities": [["CUT", 1], ["BUTCHER", 10]],
        "ammo_type" : "assassins_throwing_dagger",
        "count" : 4,
        "stack_size" : 4
    },
	{   "type" : "AMMO",
        "id" : "makeshift_throwing_knife",
        "category" : "weapons",
        "price" : 5200,
        "name" : "makeshift throwing knife",
        "symbol" : ";",
        "color" : "light_gray",
        "description" : "A crude and simple throwing knife made from a sharpened piece of salvaged steel with cloth wrapped around it. It's better than throwing rocks, at least.",
        "material" : ["steel"],
        "volume" : 1,
        "weight" : 600,
        "bashing" : 3,
        "cutting" : 9,
        "ammo_type" : "makeshift_throwing_knife",
        "count" : 5
    },
 {
    "type" : "TOOL",
    "category": "weapons",
    "id" : "destruction_otama",
    "price" : 9000,
    "name" : "maid's ladle",
    "symbol" : "/",
    "color" : "light_gray",
    "description" : "A weapon used by a maid when she's seriously angry. Scary!",
    "material" : ["steel","wood"],
    "volume" : 8,
    "weight" : 2000,
    "cutting" : 24,
    "to_hit" : 2,
    "use_action": {
        "type": "transform",
        "target": "otama_act",
        "target_charges": 2,
        "active": true,
        "msg": "You are overcome with anger."
    }
  },
  {
    "id": "otama_act",
    "type": "TOOL",
    "category": "weapons",
    "symbol": "*",
    "color": "light_gray",
    "name": "maid's ladle",
    "description": "This is an outrage! You're on the verge of exploding!",
    "price": 0,
    "material": ["steel", "wood"],
    "weight": 600,
    "volume": 8,
    "cutting": 24,
    "to_hit": 2,
    "initial_charges": 2,
    "max_charges": 2,
    "turns_per_charge": 1,
    "use_action": {
        "type": "explosion",
        "sound_volume": 1,
        "sound_msg": "You are so furious that even the earth begins to rumble...",
        "no_deactivate_msg": "This is an outrage! You're on the verge of exploding!",
        "explosion": {
            "power": 30,
            "shrapnel": 20
        }
    }
  },
      {
       "type" : "AMMO",
        "id" : "maid_point",
        "category" : "other",
        "price" : 0,
        "name" : "maid energy crystal",
        "name_plural" : "maid energy crystal",
        "symbol" : "*",
        "color" : "light_red",
        "description" : "The crystallized manifestation of the passion you have for your master. Acts as a source of energy in certain types of tools for maids.",
        "material" : "maid",
        "volume" : 0,
        "weight" : 0,
        "ammo_type" : "maid_point",
        "damage" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 100,
        "stack_size" : 100,
        "effects" : ["NEVER_MISFIRES"]
    },
      {
       "type" : "AMMO",
        "id" : "maid_power",
        "category" : "other",
        "price" : 0,
        "name" : "Maid Power",
        "name_plural" : "Maid Power",
        "symbol" : "*",
        "color" : "light_red",
        "description" : "The semi-crystallized manifestation of the passion you have for your master, not yet fully catalyzed into a usable form.",
        "material" : "maid",
        "volume" : 0,
        "weight" : 0,
        "ammo_type" : "maid_power",
        "count" : 15,
        "stack_size" : 15
    }
]