forked from chaosvolt/cdda-arcana-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclasses.json
64 lines (64 loc) · 1.58 KB
/
classes.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
[
{
"abstract": "arcana_note_base",
"type": "GENERIC",
"category": "books",
"name": "arcana note base",
"weight": 3,
"material": [ "paper" ],
"symbol": ",",
"looks_like": "survnote",
"color": "white",
"flags": [ "NO_SALVAGE" ]
},
{
"abstract": "spell_base",
"type": "TOOL",
"category": "magic_signs",
"name": "magic sign base",
"material": [ "essencemat" ],
"symbol": ",",
"drop_action": { "type": "emit_actor" },
"flags": [ "NO_SALVAGE", "TRADER_AVOID", "UNBREAKABLE_MELEE" ]
},
{
"abstract": "spell_conjure_base",
"type": "TOOL",
"category": "magic_signs",
"name": "exploding and summoning magic sign base",
"material": [ "essencemat" ],
"//": "Gains a little weight due to throwing mechanics being weird.",
"weight": 100,
"symbol": ",",
"looks_like": "vortex_stone",
"flags": [ "NO_SALVAGE", "TRADER_AVOID", "UNBREAKABLE_MELEE" ]
},
{
"abstract": "scroll_base",
"type": "TOOL",
"category": "tools",
"name": "scroll base",
"weight": 415,
"volume": 1,
"price": 2000,
"material": [ "paper" ],
"symbol": "!",
"looks_like": "recipe_creepy",
"color": "white",
"flags": [ "NO_SALVAGE" ]
},
{
"abstract": "totem_base",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": "magic seal base",
"category": "tools",
"material": [ "essencemat" ],
"symbol": ",",
"looks_like": "petrified_eye",
"price": 5000,
"weight": 50,
"volume": 1,
"flags": [ "NO_SALVAGE", "UNBREAKABLE_MELEE", "NO_INGEST" ]
}
]