forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from AtomicFox556/CleverRaven-master
Traits and professions update
- Loading branch information
Showing
53 changed files
with
975 additions
and
177 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"id": "milling_machine_tool", | ||
"type": "TOOL", | ||
"copy-from": "fake_appliance_tool", | ||
"name": { "str": "milling machine" } | ||
} | ||
] |
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,17 @@ | ||
[ | ||
{ | ||
"id": "katana_plastic", | ||
"copy-from": "katana", | ||
"type": "GENERIC", | ||
"name": { "str_sp": "toy katana" }, | ||
"description": "A toy katana made from plastic. Worthless as a weapon.", | ||
"proportional": { "melee_damage": { "bash": 0.6, "cut": 0 } }, | ||
"delete": { "flags": [ "DURABLE_MELEE" ], "techniques": [ "WBLOCK_2" ] }, | ||
"extend": { "flags": [ "FRAGILE_MELEE" ] }, | ||
"material": [ "plastic" ], | ||
"weight": "142 g", | ||
"price": 100, | ||
"price_postapoc": 0, | ||
"qualities": [ ] | ||
} | ||
] |
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,33 @@ | ||
[ | ||
{ | ||
"type": "GENERIC", | ||
"id": "heavy_lathe", | ||
"category": "tools", | ||
"looks_like": "f_heavy_lathe", | ||
"symbol": "7", | ||
"description": "An industrial-grade lathe, for turning chunks of metal and other hard things into round chunks of metal and other hard things.", | ||
"color": "black_red", | ||
"name": { "str": "disconnected power lathe" }, | ||
"material": [ "steel" ], | ||
"//": "Based off Warco WM 280V Lathe.", | ||
"longest_side": "135 cm", | ||
"volume": "425 L", | ||
"weight": "210 kg", | ||
"price": "4100 USD" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "milling_machine", | ||
"looks_like": "f_milling_machine", | ||
"symbol": "7", | ||
"description": "An industrial-grade machine tool which uses rotary cutters to remove material by advancing a cutter into a workpiece.", | ||
"color": "black_red", | ||
"name": { "str": "disconnected milling machine" }, | ||
"material": [ "steel" ], | ||
"//": "Based off Warco WM 18B Belt Drive Mill. Volume reduced to account for the fact that this machine isn't a perfect cuboid with those dimensions.", | ||
"longest_side": "126 cm", | ||
"volume": "450 L", | ||
"weight": "230 kg", | ||
"price": "3000 USD" | ||
} | ||
] |
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,18 @@ | ||
[ | ||
{ | ||
"id": "homebuilt_gyrocopter_rotor", | ||
"type": "GENERIC", | ||
"category": "veh_parts", | ||
"name": { "str": "makeshift gyrocopter rotors", "str_pl": "sets of makeshift gyrocopter rotors" }, | ||
"description": "A set of two-bladed wooden rotor and propeller, as well as a set of machined parts needed to control them, intended for lightweight vehicles put together by hobbyists.", | ||
"price": "10 USD", | ||
"price_postapoc": "2 USD", | ||
"weight": "120 kg", | ||
"volume": "120 L", | ||
"longest_side": "609 cm", | ||
"looks_like": "wind_turbine", | ||
"material": [ "steel", "wood" ], | ||
"symbol": "*", | ||
"color": "brown" | ||
} | ||
] |
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
Oops, something went wrong.