Skip to content

Commit 4937f4c

Browse files
committed
cybernetics actually works!
1 parent 25b4283 commit 4937f4c

File tree

1 file changed

+24
-64
lines changed

1 file changed

+24
-64
lines changed

nec_bionics.json

Lines changed: 24 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,15 @@
5353
"description": "Your arms and legs come off and attack the opponent. Since they return automatically after the attack, you do not have to worry about removing it."
5454
},
5555
{
56-
"type": "BIONIC_ITEM",
57-
"category": "bionics",
5856
"id": "bio_remote_attack",
59-
"symbol": ":",
60-
"color": "yellow",
61-
"name": "CBM: Remote Attack",
57+
"copy-from": "bionic_general",
58+
"type": "BIONIC_ITEM",
59+
"name": "Remote Attack CBM",
6260
"description": "Your arms and legs come off and attack the opponent. Since they return automatically after the attack, you do not have to worry about removing it.",
6361
"price": 220000,
64-
"material": [
65-
"steel",
66-
"plastic"
67-
],
68-
"weight": 2041,
69-
"volume": 10,
70-
"bashing": 8,
71-
"difficulty": 3
72-
}, {
62+
"difficulty": 4
63+
}
64+
,{
7365
"id": "bio_pile_fake",
7466
"type": "GUN",
7567
"name": "Pile bunker",
@@ -109,25 +101,15 @@
109101
"description": "The metallic stake stored in the forearm shoots with high vibration and super high speed. Although you need to approach to close range, that power is guaranteed. Of course, it also consumes electricity."
110102
},
111103
{
112-
"type": "BIONIC_ITEM",
113-
"category": "bionics",
114104
"id": "bio_pile",
115-
"symbol": ":",
116-
"color": "yellow",
117-
"name": "CBM: Pile bunker",
105+
"copy-from": "bionic_general",
106+
"type": "BIONIC_ITEM",
107+
"name": "Pile bunker CBM",
118108
"description": "The metallic stake stored in the forearm shoots with high vibration and super high speed. Although you need to approach to close range, that power is guaranteed. Of course, it also consumes electricity.",
119109
"price": 220000,
120-
"material": [
121-
"steel",
122-
"plastic"
123-
],
124-
"weight": 2041,
125-
"volume": 10,
126-
"bashing": 8,
127110
"difficulty": 4
128-
},
129-
130-
{
111+
}
112+
,{
131113
"type": "GENERIC",
132114
"id": "bio_drill_fake",
133115
"name": "Drill",
@@ -177,21 +159,12 @@
177159
"description": "Embed the deformation mechanism from the wrist to the drill head. It consumes electric power and starts high-speed rotation. You can excavate both the ground and zombies."
178160
},
179161
{
180-
"type": "BIONIC_ITEM",
181-
"category": "bionics",
182162
"id": "bio_drill",
183-
"symbol": ":",
184-
"color": "yellow",
185-
"name": "CBM: Drill",
163+
"copy-from": "bionic_general",
164+
"type": "BIONIC_ITEM",
165+
"name": "Drill CBM",
186166
"description": "Embed the deformation mechanism from the wrist to the drill head. It consumes electric power and starts high-speed rotation. You can excavate both the ground and zombies.",
187167
"price": 220000,
188-
"material": [
189-
"steel",
190-
"plastic"
191-
],
192-
"weight": 2041,
193-
"volume": 10,
194-
"bashing": 8,
195168
"difficulty": 3
196169
}
197170
,{
@@ -213,40 +186,27 @@
213186
"flags": [ "LIGHT_50", "DURABLE_MELEE", "TRADER_AVOID", "NONCONDUCTIVE","NON_STUCK","NO_UNWIELD" ]
214187
},
215188
{
216-
"type": "bionic",
217189
"id": "bio_lightsaber",
190+
"type": "bionic",
218191
"name": "Lightsaber",
192+
"description": "Embed the mechanism that generates the light blade in the arm. It becomes a powerful weapon by starting as necessary.",
219193
"occupied_bodyparts": [
220-
[
221-
"ARM_R",
222-
5
223-
],
224-
[
225-
"HAND_R",
226-
5
227-
]
194+
[ "ARM_R", 5 ],
195+
[ "HAND_R",5 ]
228196
],
229197
"act_cost": 200,
230198
"fake_item": "bio_lightsaber_fake",
231-
"flags": [ "BIONIC_TOGGLED", "BIONIC_WEAPON" ],
232-
"description": "Embed the mechanism that generates the light blade in the arm. It becomes a powerful weapon by starting as necessary."
199+
"flags": [ "BIONIC_TOGGLED", "BIONIC_WEAPON" ]
233200
},
234201
{
235-
"type": "BIONIC_ITEM",
236-
"category": "bionics",
237202
"id": "bio_lightsaber",
238-
"symbol": ":",
239-
"color": "yellow",
240-
"name": "CBM: Lightsaber",
203+
"copy-from": "bionic_general",
204+
"type": "BIONIC_ITEM",
205+
"name": "Lightsaber CBM",
241206
"description": "Embed the mechanism that generates the light blade in the arm. It becomes a powerful weapon by starting as necessary.",
242207
"price": 220000,
243-
"material": [
244-
"steel",
245-
"plastic"
246-
],
247-
"weight": 2041,
248-
"volume": 10,
249-
"bashing": 8,
250208
"difficulty": 4
251209
}
252210
]
211+
212+

0 commit comments

Comments
 (0)