forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving CleverRaven#36438 to Aftershock
I moved the parts I understood and didn't move the specific mapgens. Will likely create own lab finales eventually.
- Loading branch information
1 parent
a4a34e7
commit 6d3ae1a
Showing
9 changed files
with
622 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[ | ||
{ | ||
"type": "item_group", | ||
"id": "tripod", | ||
"items": [ | ||
{ "item": "flamethrower", "prob": 1, "charges-min": 0, "charges-max": 3000 }, | ||
[ "kevlar_plate", 10 ], | ||
[ "ceramic_armor", 15 ], | ||
[ "alloy_plate", 10 ], | ||
[ "robot_controls", 3 ] | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "chickenbot", | ||
"items": [ | ||
[ "robot_controls", 5 ], | ||
[ "ai_module", 5 ], | ||
[ "sensor_module", 5 ], | ||
[ "memory_module", 5 ], | ||
[ "pathfinding_module", 5 ], | ||
[ "identification_module", 5 ], | ||
[ "reverse_jointed_legs", 40 ], | ||
[ "chickenbot_chassis", 40 ], | ||
[ "targeting_module", 5 ], | ||
[ "gun_module", 30 ], | ||
[ "mark19", 5 ], | ||
[ "tazer", 5 ], | ||
[ "m249", 5 ], | ||
[ "storage_battery", 5 ], | ||
[ "plut_cell", 5 ], | ||
[ "mil_plate", 2 ] | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"id": "tankbot", | ||
"items": [ | ||
[ "tazer", 3 ], | ||
{ "item": "flamethrower", "prob": 1, "charges-min": 0, "charges-max": 3000 }, | ||
[ "556", 8 ], | ||
[ "alloy_plate", 10 ], | ||
[ "kevlar_plate", 10 ], | ||
[ "ceramic_armor", 10 ], | ||
[ "hard_plate", 30 ], | ||
[ "robot_controls", 5 ] | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[ | ||
{ | ||
"type": "GENERIC", | ||
"id": "spidery_legs_big", | ||
"name": "set of spidery legs", | ||
"name_plural": "sets of spidery legs", | ||
"description": "A set of big pointy legs, like the ones found under a tripod.", | ||
"symbol": "W", | ||
"color": "light_gray", | ||
"weight": "40000 g", | ||
"volume": "20 L", | ||
"price": 200000, | ||
"material": "steel", | ||
"category": "spare_parts" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "tripod_chassis", | ||
"name": "tripod chassis", | ||
"name_plural": "tripod chassis", | ||
"description": "What's left when you remove all moving parts and electronics. It's the skeleton and armor of the tripod.", | ||
"symbol": "c", | ||
"color": "light_gray", | ||
"weight": "40000 g", | ||
"volume": "70000 ml", | ||
"price": 200000, | ||
"material": [ "steel" ], | ||
"category": "spare_parts" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "chickenbot_chassis", | ||
"name": "chicken walker chassis", | ||
"name_plural": "chicken walker chassis", | ||
"description": "What's left when you remove all moving parts and electronics. It's the skeleton and armor of the chicken walker.", | ||
"symbol": "c", | ||
"color": "light_gray", | ||
"weight": "60000 g", | ||
"volume": "80000 ml", | ||
"price": 300000, | ||
"material": [ "steel" ], | ||
"category": "spare_parts" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "tankbot_chassis", | ||
"name": "Beagle chassis", | ||
"name_plural": "Beagle chassis", | ||
"description": "What's left when you remove all moving parts and electronics. It's the skeleton and armor of the Beagle tank.", | ||
"symbol": "c", | ||
"color": "light_gray", | ||
"weight": "150000 g", | ||
"volume": "575000 ml", | ||
"price": 1000000, | ||
"material": [ "steel" ], | ||
"category": "spare_parts" | ||
} | ||
] |
Oops, something went wrong.