aboutsummaryrefslogtreecommitdiff
path: root/ammo_types.json
blob: 20c66e8c8335bef60298b546d6a3caed37f886a3 (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
[
    {
        "type" : "ammunition_type",
        "id" : "blob_gohan",
        "name" : "blob's breakfast",
        "default" : "blob_gohan"
    },
    {
        "type" : "ammunition_type",
        "id" : "makeshift_throwing_knife",
        "name" : "makeshift throwing knife",
        "default" : "makeshift_throwing_knife"
    },
    {
        "type" : "ammunition_type",
        "id" : "assassins_throwing_dagger",
        "name" : "assassin's throwing knife",
        "default" : "assassins_throwing_dagger"
    },
    {
        "type" : "ammunition_type",
        "id" : "maid_point",
        "name" : "Maid Point",
        "default" : "maid_point"
    },
    {
        "type" : "ammunition_type",
        "id" : "maid_power",
        "name" : "Maid Power",
        "default" : "maid_power"
    }
]