-
Notifications
You must be signed in to change notification settings - Fork 18
/
furniture_and_terrain.json
191 lines (191 loc) · 7.98 KB
/
furniture_and_terrain.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
[
{
"type": "furniture",
"id": "f_exitportal",
"name": "Warp Obelisk",
"description": "This strange, towering monolith is the only lifeline you have to the outside world. Despite its massive size, it's surprisingly easy to move around the island.\n\nIt seems you can interact with it.",
"//": "On examine, activates the EOC chain which lets you teleport away. I made it light and easy to push around so you could reorganize your base easily.",
"symbol": "S",
"color": "dark_gray",
"looks_like": "f_statue",
"move_cost_mod": -1,
"coverage": 0,
"required_str": 1,
"crafting_pseudo_item": "fakeitem_statue",
"flags": [ "NOCOLLIDE", "NO_PICKUP_ON_EXAMINE", "TRANSPARENT" ],
"examine_action": { "type": "effect_on_condition", "effect_on_conditions": [ "EOC_warp_statue" ] }
},
{
"type": "furniture",
"id": "f_islandstatue",
"name": "Island's Heart",
"description": "A swirling, surreal statue of organic shapes carved from dark stone. In your head, a voice speaks faintly. Despite its massive size, it's surprisingly easy to move around the island.\n\nIt seems you can interact with it.",
"//": "On examine, activates the EOC chain which brings up dialog for missions and upgrades. I made it light and easy to push around so you could reorganize your base easily.",
"symbol": "S",
"color": "dark_gray",
"looks_like": "f_statue",
"move_cost_mod": -1,
"coverage": 0,
"required_str": 1,
"crafting_pseudo_item": "fakeitem_statue",
"flags": [ "NOCOLLIDE", "NO_PICKUP_ON_EXAMINE", "TRANSPARENT" ],
"examine_action": { "type": "effect_on_condition", "effect_on_conditions": [ "EOC_statue_startdialog" ] }
},
{
"type": "furniture",
"id": "f_returnportal",
"name": "Return Obelisk",
"description": "A strange statue that will take you back home.",
"//": "On examine, activates the EOC which brings you straight home regardless of warp recharge cooldown.",
"symbol": "S",
"color": "dark_gray",
"looks_like": "f_statue",
"move_cost_mod": -1,
"coverage": 0,
"required_str": -1,
"flags": [ "NOCOLLIDE", "NO_PICKUP_ON_EXAMINE", "TRANSPARENT" ],
"examine_action": { "type": "effect_on_condition", "effect_on_conditions": [ "EOC_statue_return" ] }
},
{
"type": "terrain",
"id": "t_fake_air",
"name": "open air",
"description": "This is the edge of the island. A metaphysical border stops you from going over the edge yourself, but anything you drop here will be gone forever.",
"//": "Literally just added this to prevent people from pushing the warp obelisk off the edge.",
"symbol": " ",
"color": "i_cyan",
"looks_like": "t_open_air",
"move_cost": 0,
"flags": [ "TRANSPARENT", "DESTROY_ITEM", "NO_SHOOT", "BLOCK_WIND", "TRANSPARENT_FLOOR" ]
},
{
"type": "terrain",
"id": "t_traderwall",
"looks_like": "t_wall_glass",
"name": "warpglass wall",
"description": "A shimmering translucent barrier that almost yields to the touch, but adamantly refuses entry.",
"symbol": "LINE_OXOX",
"color": "light_cyan",
"move_cost": 0,
"roof": "t_flat_roof",
"flags": [ "TRANSPARENT", "NOITEM", "WALL", "NO_SCENT", "AUTO_WALL_SYMBOL", "BLOCK_WIND" ],
"shoot": {
"reduce_damage": [ 3800, 4000 ],
"reduce_damage_laser": [ 3800, 4000 ],
"destroy_damage": [ 4000, 5000 ],
"no_laser_destroy": true
}
},
{
"id": "fakeitem_statue",
"type": "TOOL",
"name": { "str": "nearby warp obelisk" },
"description": "This is a crafting_pseudo_item if you have it something is wrong.",
"weight": "70000 g",
"volume": "100 L",
"material": [ "stone" ],
"symbol": "X",
"color": "red"
},
{
"id": "fakeitem_infinitree1",
"type": "TOOL",
"name": { "str": "nearby infinity tree" },
"description": "This is a crafting_pseudo_item if you have it something is wrong.",
"weight": "70000 g",
"volume": "100 L",
"material": [ "wood" ],
"symbol": "T",
"color": "red"
},
{
"type": "furniture",
"id": "f_infinitree1",
"name": "infinity tree",
"looks_like": "t_tree",
"description": "Purple-blue shimmers sparkle around the leaves of this small sapling. New growth seems to spring up in seconds, as if in a timelapse, and yet there never seem to be too many branches. It's always in equilibrium. Its strange nature allows you to push it around like furniture.\n\nThe power of this tree allows you to produce raw wooden items from material tokens via the crafting menu.\nJust one of these could last forever.",
"symbol": "7",
"color": "brown",
"move_cost_mod": -1,
"flags": [ "NOITEM", "BLOCK_WIND", "TRANSPARENT" ],
"deployed_item": "warp_folded_infinitree",
"examine_action": "deployed_furniture",
"coverage": 80,
"required_str": 1,
"crafting_pseudo_item": "fakeitem_infinitree1"
},
{
"id": "fakeitem_infinitystone",
"type": "TOOL",
"name": { "str": "nearby infinity stone" },
"description": "This is a crafting_pseudo_item if you have it something is wrong.",
"weight": "70000 g",
"volume": "100 L",
"material": [ "wood" ],
"symbol": "T",
"color": "red"
},
{
"type": "furniture",
"id": "f_infinitystone",
"name": "infinity stone",
"looks_like": "f_boulder_medium",
"description": "Wisps of iridescent energy spark around this immense stone like miniature fireworks, leaving behind a satisfying showers of pebbles. Clay and soil shift around its base, erupting in slow motion yet never overflowing.\n\nThe power of this stone allows you to produce rocks and natural earthen items from material tokens via the crafting menu.\nJust one of these could last forever.",
"symbol": "o",
"color": "light_gray",
"move_cost_mod": -1,
"flags": [ "NOITEM", "BLOCK_WIND", "TRANSPARENT" ],
"deployed_item": "warp_folded_infinitystone",
"examine_action": "deployed_furniture",
"coverage": 80,
"required_str": 1,
"crafting_pseudo_item": "fakeitem_infinitystone"
},
{
"id": "fakeitem_infinityore",
"type": "TOOL",
"name": { "str": "nearby infinity ore" },
"description": "This is a crafting_pseudo_item if you have it something is wrong.",
"weight": "70000 g",
"volume": "100 L",
"material": [ "wood" ],
"symbol": "T",
"color": "red"
},
{
"type": "furniture",
"id": "f_infinityore",
"name": "infinity ore",
"looks_like": "f_wreckage",
"description": "A roiling, rattling mass of ever-churning metal. Flares of purple energy arc around the formless pile like electricity, and in their wake, thin metal rods and struts jut out, before disappearing into the half-molten heap which never seems to grow or diminish. Its strange nature allows you to shift it around like furniture.\n\nThe power of this ore allows you to produce raw and basic metal items from material tokens via the crafting menu.\nJust one of these could last forever.",
"symbol": "#",
"color": "cyan",
"move_cost_mod": -1,
"flags": [ "NOITEM", "BLOCK_WIND", "TRANSPARENT" ],
"deployed_item": "warp_folded_infinityore",
"examine_action": "deployed_furniture",
"coverage": 80,
"required_str": 1,
"crafting_pseudo_item": "fakeitem_infinityore"
},
{
"type": "terrain",
"id": "t_warprock",
"name": "warped rock",
"looks_like": "t_rock",
"description": "A sparkly-black stone that's glassy smooth to the touch. Seems indestructible by normal means.",
"symbol": "LINE_OXOX",
"color": "dark_gray",
"move_cost": 0,
"coverage": 100,
"roof": "t_rock_roof",
"flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "NO_SCENT", "AUTO_WALL_SYMBOL", "CONNECT_WITH_WALL", "BLOCK_WIND" ],
"bash": {
"str_min": 4000,
"str_max": 5000,
"sound": "crash!",
"sound_fail": "glzt!",
"ter_set": "t_warprock"
}
}
]