forked from sayterdarkwynd/FrackinUniverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
frackinraces.config
82 lines (79 loc) · 2.95 KB
/
frackinraces.config
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
{
// Defines racial manipulators
"manipulators" : {
"apex" : {
"item" : "beamaxeapex"
},
"elunite" : {
"item" : "beamaxeelunite"
},
"hylotl" : {
"item" : "beamaxehylotl",
"collectLiquid" : true
}
},
// Links JSON objects in raceEffects to scripts run in raceability
"scriptMaps" : {
"envEffects" : "/scripts/fr_scripts/envEffects.lua", // Environmental effects
"liquidEffects" : "/scripts/fr_scripts/liquidEffect.lua", // Liquid effects
"aerialEffect" : "/scripts/fr_scripts/aerialEffect.lua", // Aerial effects
"weaponEffects" : "/scripts/fr_scripts/weaponEffects.lua" // Weapon-held effects
},
// Biome groups used for environmental effects
"biomeGroups" : {
"hot" : [ "arboreal2","scorchedcity", "desert", "desertwastes", "desertwastesdark", "magma", "magmadark", "volcanic", "volcanicdark", "infernus", "infernusdark"],
"cold" : [ "snow", "snowdark", "tundra", "arctic", "arcticdark", "nitrogensea", "icemoon", "frozenvolcanic", "icewaste", "icewastedark" ],
"electric" : [ "crystalmoon","aethersea","sulphuric","sulphuricdark","fungal","protoworld","chromatic" ],
"jungle" : [ "thickjungle", "forest", "jungle", "bog", "arboreal", "arboreal2", "arborealdark" ],
"moon" : [ "moon", "moon_shadow", "moon_toxic", "moon_desert", "moon_stone" ],
"ocean" : [ "ocean", "oceanfloor", "tidewater", "tidewaterfloor" ],
"flesh" : [ "atropus", "atropusdark", "tentacle", "bloodstonesea", "bloodstoneseafloor", "strangesea", "strangeseafloor" ],
"dark" : [ "midnight", "penumbra", "lightless", "tidewaterfloor", "tidewater", "tundradark", "sulphuricdark", "icewastedark", "infernusdark", "atropusdark" ]
},
// Map of liquid names to liquid IDs, used for more readable liquid effects
"liquidMaps": {
"water" : 1,
"lava" : 2,
"poison" : 3,
"oil" : 5,
"healingwater" : 6,
"milk" : 7,
"corelava" : 8,
"erchius" : 11,
"swampwater" : 12,
"slime" : 13,
"jelly" : 17,
"blood" : 40,
"bioooze" : 41,
"blacktar" : 42,
"organicsoup" : 43,
"liquidprotocite" : 44,
"elderfluid" : 45,
"sulphuricacid" : 46,
"liquidirradium" : 47,
"mercury" : 48,
"helium3" : 49,
"shadowgas" : 50,
"gravrain" : 51,
"liquidiron" : 52,
"pus" : 53,
"honey" : 54,
"alienjuice" : 55,
"nitrogenliquid" : 56,
"redhoney" : 57,
"wastewater" : 58,
"liquidcrystal" : 59,
"darkwater" : 60,
"beer" : 61,
"hydrogengas" : 62,
"nitrogengas" : 63,
"poisongas" : 64,
"quicksand" : 65,
"metallichydrogengas" : 66,
"deuterium" : 67,
"metallichydrogenliquid" : 68,
"sludge" : 69,
"orangegravrain" : 70,
"aether" : 100
}
}