-
Notifications
You must be signed in to change notification settings - Fork 0
/
cratedqueens.json
70 lines (68 loc) · 1.72 KB
/
cratedqueens.json
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
[
{
"id": "mon_antifungal_egg",
"type": "TOOL",
"category": "other",
"name": "pulsating green egg",
"description": "a mysterious green egg. activate to hatch",
"weight": 30618,
"volume": 25,
"price": 10000,
"to_hit": -3,
"material": [ "flesh" ],
"symbol": "d",
"color": "light_gray",
"use_action": {
"type": "place_monster",
"monster_id": "mon_ant_antifungal_queen",
"friendly_msg": "The egg hatches into a queen! It seems to like you.",
"difficulty": 0,
"moves": 100,
"place_randomly": true
}
},
{
"id": "mon_acid_egg",
"type": "TOOL",
"category": "other",
"name": "pulsating brown egg",
"description": "a mysterious brown egg. activate to hatch",
"weight": 30618,
"volume": 25,
"price": 10000,
"to_hit": -3,
"material": [ "flesh" ],
"symbol": "d",
"color": "light_gray",
"use_action": {
"type": "place_monster",
"monster_id": "mon_ant_acid_queen",
"friendly_msg": "The egg hatches into a queen! It seems to like you.",
"difficulty": 0,
"moves": 100,
"place_randomly": true
}
},
{
"id": "mon_ant_egg",
"type": "TOOL",
"category": "other",
"name": "pulsating red egg",
"description": "a mysterious red egg. activate to hatch",
"weight": 30618,
"volume": 25,
"price": 10000,
"to_hit": -3,
"material": [ "flesh" ],
"symbol": "d",
"color": "light_gray",
"use_action": {
"type": "place_monster",
"monster_id": "mon_ant_queen",
"friendly_msg": "The egg hatches into a queen! It seems to like you.",
"difficulty": 0,
"moves": 100,
"place_randomly": true
}
}
]