-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdefinitions.json
87 lines (87 loc) · 2.02 KB
/
definitions.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
{
"type" : "recipe_category",
"id" : "CC_NANO",
"recipe_subcategories" : [
"CSC_ALL",
"CSC_NANO_AMMO",
"CSC_NANO_WIELD",
"CSC_NANO_WEAR",
"CSC_NANO_TOOLS",
"CSC_NANO_MATERIALS",
"CSC_NANO_NANITES",
"CSC_NANO_VEHICLE",
"CSC_NANO_OTHER"
]
},{
"type": "MONSTER_FACTION",
"name": "nanotech_guards",
"neutral": [ "science" ]
},{
"type": "SPECIES",
"id": "NANOTECH"
},{
"type" : "material",
"ident" : "nanite",
"name" : "nanotech",
"density": 600,
"bash_resist" : 28,
"cut_resist" : 40,
"bash_dmg_verb" : "compressed",
"cut_dmg_verb" : "gouged",
"repaired_with": "3d_resin_metal",
"salvaged_into": "nanite_cluster",
"dmg_adj" : [
"80% integrity",
"60% integrity",
"40% integrity",
"20% integrity"
],
"acid_resist" : 20,
"elec_resist" : 12,
"fire_resist" : 10,
"chip_resist" : 1000,
"burn_data": [
{ "fuel": -50, "smoke": 0, "burn": 0 },
{ "immune": true },
{ "fuel": 0, "smoke": 0, "burn": 1, "chance": 5 }
]
},{
"type" : "tool_quality",
"id" : "NANOTECH",
"name" : "nanotech"
},{
"type" : "tool_quality",
"id" : "NANO_FAB",
"name" : "nanite fabrication"
},{
"type" : "tool_quality",
"id" : "NANO_PRO",
"name" : "nanite programming"
},{
"type" : "ammunition_type",
"id" : "3d_resin",
"name" : "fabrication feedstock",
"default" : "3d_resin"
},{
"type" : "ammunition_type",
"id" : "nanite",
"name" : "nanites",
"default" : "nanite_cluster"
},{
"type" : "ammunition_type",
"id" : "metal_nanopowder",
"name" : "metal nanopowder",
"default" : "metal_nanopowder"
},{
"type" : "ammunition_type",
"id" : "nanite_ammo",
"name" : "nanotech ammo",
"default" : "nanite_dart"
},{
"type" : "ammunition_type",
"id" : "nanite_deathcloud_ammo",
"name" : "nanotech deathcloud",
"default" : "nanite_deathcloud"
}
]