-
Notifications
You must be signed in to change notification settings - Fork 0
/
cheesy_powergen_tools.json
54 lines (54 loc) · 1.84 KB
/
cheesy_powergen_tools.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
[
{
"id": "gravlight_active",
"type": "TOOL",
"name": "active gravity light",
"name_plural": "active gravity lights",
"description": "A heavy sack hung by a rope, running through some gears. Should power a small LED lamp for 30 minutes, but not much more.",
"weight": 20000,
"volume": 50,
"price": 500,
"to_hit": 2,
"bashing": 1,
"material": [ "wood", "cotton", "plastic"],
"symbol": ";",
"color": "green",
"initial_charges": 300,
"max_charges": 300,
"turns_per_charge": 1,
"revert_to": "gravlight_inactive",
"revert_msg": "The gravity light hits the bottom.",
"flags": [ "LIGHT_10" ]
},
{
"id": "gravlight_inactive",
"type": "TOOL",
"name": "gravity light (inactive)",
"name_plural": "gravity lights (inactive)",
"description": "A heavy sack hung by a rope, running through some gears. Should power a small LED lamp for 30 minutes, but not much more.",
"weight": 20000,
"volume": 50,
"price": 500,
"to_hit": 2,
"bashing": 1,
"material": [ "wood", "cotton", "plastic"],
"symbol": ";",
"color": "white",
"initial_charges": 300,
"max_charges": 300,
"use_action": { "target": "gravlight_active", "target_charges" : 300, "msg": "You lift the sack up to activate the light.", "active": true, "type": "transform" }
},
{
"type": "recipe",
"result": "gravlight_inactive",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "fabrication",
"difficulty": 3,
"time": 6000,
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "SAW_W", "level": 1 }],
"components": [ [ [ "2x4", 4 ] ], [ ["bag_canvas", 1] ], [ [ "rock", 4 ] ], [ ["rope_30", 1] ], [ ["plastic_chunk", 1] ], [ [ "motor_micro", 1] ], [ ["lightstrip_inactive", 1] ] ]
}
]