forked from Vegetabs/MindOverMatter-CTLG
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaterials.json
More file actions
40 lines (40 loc) · 1.1 KB
/
materials.json
File metadata and controls
40 lines (40 loc) · 1.1 KB
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
[
{
"type": "material",
"id": "telekinetic_force",
"name": "Telekinetic Force",
"density": 1.5,
"specific_heat_liquid": 0.82,
"specific_heat_solid": 0.45,
"latent_heat": 273,
"soft": true,
"chip_resist": 6,
"resist": { "bash": 3, "cut": 4, "acid": 4, "heat": 0, "bullet": 6, "electric": 2 },
"breathability": "SECOND_SKIN",
"dmg_adj": [ "damaged", "strained", "fractured", "eradicated" ],
"bash_dmg_verb": "rippled",
"cut_dmg_verb": "pierced",
"acid_dmg_verb": "corroded"
},
{
"type": "material",
"id": "nether_crystal",
"name": "Netherum Crystal",
"density": 15,
"specific_heat_liquid": 0.52,
"specific_heat_solid": 0.52,
"latent_heat": 5200,
"chip_resist": 100,
"resist": { "bash": 5, "cut": 5, "acid": 100, "heat": 10, "bullet": 2, "electric": 100 },
"dmg_adj": [ "marked", "chipped", "cracked", "shattered" ],
"bash_dmg_verb": "chipped",
"cut_dmg_verb": "scratched",
"acid_dmg_verb": "corroded"
},
{
"type": "material",
"id": "light",
"name": "Light",
"copy-from": "sunlight"
}
]