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.
Merge pull request #16 from CleverRaven/master
Update #16
- Loading branch information
Showing
619 changed files
with
68,536 additions
and
26,020 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,15 @@ | ||
[ | ||
{ | ||
"id": "architect_cube", | ||
"type": "TOOL", | ||
"name": { "str": "The Architect's Cube" }, | ||
"description": "This is a solid cube that is much heavier than its size suggests. When you look at it, it pulls your gaze inward until you fall through the sky, showing you a top-down view of your position with the surroundings revealed.", | ||
"weight": "2 kg", | ||
"volume": "100 ml", | ||
"material": [ "iron" ], | ||
"symbol": "]", | ||
"relic_data": { "passive_effects": [ { "mutations": [ "DEBUG_CLAIRVOYANCE" ] } ] }, | ||
"color": "light_gray", | ||
"flags": [ "TRADER_AVOID" ] | ||
} | ||
] |
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,125 @@ | ||
[ | ||
{ | ||
"type": "relic_procgen_data", | ||
"id": "cult", | ||
"passive_add_procgen_values": [ | ||
{ "weight": 100, "min_value": -1, "max_value": 1, "type": "STRENGTH", "increment": 1, "power_per_increment": 250 }, | ||
{ | ||
"weight": 100, | ||
"min_value": -1, | ||
"max_value": 1, | ||
"type": "DEXTERITY", | ||
"increment": 1, | ||
"power_per_increment": 250 | ||
}, | ||
{ | ||
"weight": 100, | ||
"min_value": -1, | ||
"max_value": 1, | ||
"type": "PERCEPTION", | ||
"increment": 1, | ||
"power_per_increment": 250 | ||
}, | ||
{ | ||
"weight": 100, | ||
"min_value": -1, | ||
"max_value": 1, | ||
"type": "INTELLIGENCE", | ||
"increment": 1, | ||
"power_per_increment": 250 | ||
}, | ||
{ | ||
"weight": 100, | ||
"min_value": -100, | ||
"max_value": 25, | ||
"type": "SPEED", | ||
"increment": 5, | ||
"power_per_increment": 200 | ||
} | ||
], | ||
"type_weights": [ { "weight": 100, "value": "passive_enchantment_add" } ], | ||
"items": [ { "weight": 100, "item": "spoon" } ] | ||
}, | ||
{ | ||
"type": "relic_procgen_data", | ||
"id": "netherum_tunnels", | ||
"passive_add_procgen_values": [ | ||
{ "weight": 100, "min_value": -1, "max_value": 1, "type": "STRENGTH", "increment": 1, "power_per_increment": 250 }, | ||
{ | ||
"weight": 100, | ||
"min_value": -1, | ||
"max_value": 1, | ||
"type": "DEXTERITY", | ||
"increment": 1, | ||
"power_per_increment": 250 | ||
}, | ||
{ | ||
"weight": 100, | ||
"min_value": -1, | ||
"max_value": 1, | ||
"type": "PERCEPTION", | ||
"increment": 1, | ||
"power_per_increment": 250 | ||
}, | ||
{ | ||
"weight": 100, | ||
"min_value": -1, | ||
"max_value": 1, | ||
"type": "INTELLIGENCE", | ||
"increment": 1, | ||
"power_per_increment": 250 | ||
}, | ||
{ | ||
"weight": 100, | ||
"min_value": -100, | ||
"max_value": 25, | ||
"type": "SPEED", | ||
"increment": 5, | ||
"power_per_increment": 200 | ||
} | ||
], | ||
"type_weights": [ { "weight": 100, "value": "passive_enchantment_add" } ], | ||
"items": [ { "weight": 100, "item": "spoon" } ] | ||
}, | ||
{ | ||
"type": "relic_procgen_data", | ||
"id": "alien_reality", | ||
"passive_add_procgen_values": [ | ||
{ "weight": 100, "min_value": -1, "max_value": 1, "type": "STRENGTH", "increment": 1, "power_per_increment": 250 }, | ||
{ | ||
"weight": 100, | ||
"min_value": -1, | ||
"max_value": 1, | ||
"type": "DEXTERITY", | ||
"increment": 1, | ||
"power_per_increment": 250 | ||
}, | ||
{ | ||
"weight": 100, | ||
"min_value": -1, | ||
"max_value": 1, | ||
"type": "PERCEPTION", | ||
"increment": 1, | ||
"power_per_increment": 250 | ||
}, | ||
{ | ||
"weight": 100, | ||
"min_value": -1, | ||
"max_value": 1, | ||
"type": "INTELLIGENCE", | ||
"increment": 1, | ||
"power_per_increment": 250 | ||
}, | ||
{ | ||
"weight": 100, | ||
"min_value": -100, | ||
"max_value": 25, | ||
"type": "SPEED", | ||
"increment": 5, | ||
"power_per_increment": 200 | ||
} | ||
], | ||
"type_weights": [ { "weight": 100, "value": "passive_enchantment_add" } ], | ||
"items": [ { "weight": 100, "item": "spoon" } ] | ||
} | ||
] |
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.