Skip to content

Commit

Permalink
Merge pull request CleverRaven#2 from CleverRaven/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
faefux authored Jun 25, 2019
2 parents a7b5fc0 + a26ac8d commit 8cc730f
Show file tree
Hide file tree
Showing 78 changed files with 2,974 additions and 1,155 deletions.
4 changes: 3 additions & 1 deletion COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,9 @@ Visual Studio 2017 (or later) is required to build Cataclysm: Dark Days Ahead. S

We've prepared an archive containing all the headers and libraries required to build Cataclysm: [http://dev.narc.ro/cataclysm/WinDepend-MSVC.zip](http://dev.narc.ro/cataclysm/WinDepend-MSVC.zip) or [http://dev.narc.ro/cataclysm/WinDepend-MSVC.7z](http://dev.narc.ro/cataclysm/WinDepend-MSVC.7z). The latter is smaller, but if you don't have a 7-zip archive extracter, the former one is easier to deal with.

Extract the 'WinDepend' folder and put it in the root folder of Cataclysm project. Run the "copy_dll_to_bin" batch file and then move the dll files from the bin folder into the root folder the Cataclysm project.
Extract the 'WinDepend' folder from the zip and put the 'WinDepend' folder in the root folder of Cataclysm project. Your folder structure should look like this: `.../Cataclysm-DDA/WinDepend/...`

Run the "copy_dll_to_bin" batch file and then move the dll files from the bin folder inside 'WinDepend' into the root folder the Cataclysm project. You'll probably want to use the dlls that are in `WinDepend/bin/x64/`.

### Building

Expand Down
2 changes: 1 addition & 1 deletion data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@
"category": "FURN",
"required_skills": [ [ "fabrication", 1 ] ],
"time": "30 m",
"components": [ [ [ "2x4", 4 ] ], [ [ "straw_pile", 8 ] ] ],
"components": [ [ [ "2x4", 4 ], [ "stick", 4 ] ], [ [ "straw_pile", 8 ], [ "withered", 8 ], [ "pine_bough", 8 ] ] ],
"pre_note": "Can be deconstructed without tools.",
"pre_special": "check_empty",
"post_terrain": "f_straw_bed"
Expand Down
38 changes: 19 additions & 19 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
"max_intensity": 20,
"resist_traits": [ "POISRESIST" ],
"int_add_val": 1,
"int_decay_tick": 100,
"int_decay_tick": 600,
"base_mods": { "dex_mod": [ -0.34, -0.17 ], "speed_mod": [ -5, -3 ] },
"scaling_mods": { "dex_mod": [ -0.34, -0.17 ], "speed_mod": [ -5, -3 ] },
"show_in_info": true
Expand Down Expand Up @@ -595,7 +595,7 @@
"type": "effect_type",
"id": "took_xanax",
"dur_add_perc": 22,
"base_mods": { "stim_tick": [ 25 ], "stim_min": [ -1 ], "stim_min_val": [ -1 ] }
"base_mods": { "stim_tick": [ 150 ], "stim_min": [ -1 ], "stim_min_val": [ -1 ] }
},
{
"type": "effect_type",
Expand Down Expand Up @@ -636,25 +636,25 @@
"type": "effect_type",
"id": "pkill1",
"max_duration": 240,
"base_mods": { "pkill_tick": [ 7 ], "pkill_min": [ 1 ], "pkill_max_val": [ 15 ] }
"base_mods": { "pkill_tick": [ 42 ], "pkill_min": [ 1 ], "pkill_max_val": [ 15 ] }
},
{
"type": "effect_type",
"id": "pkill2",
"pkill_addict_reduces": true,
"base_mods": { "pkill_tick": [ 7 ], "pkill_min": [ 2 ] }
"base_mods": { "pkill_tick": [ 42 ], "pkill_min": [ 2 ] }
},
{
"type": "effect_type",
"id": "pkill3",
"pkill_addict_reduces": true,
"base_mods": { "pkill_tick": [ 2 ], "pkill_min": [ 1 ] }
"base_mods": { "pkill_tick": [ 12 ], "pkill_min": [ 1 ] }
},
{
"type": "effect_type",
"id": "pkill_l",
"pkill_addict_reduces": true,
"base_mods": { "pkill_max_val": [ 40 ], "pkill_tick": [ 20 ], "pkill_min": [ 1 ] }
"base_mods": { "pkill_max_val": [ 40 ], "pkill_tick": [ 120 ], "pkill_min": [ 1 ] }
},
{
"type": "effect_type",
Expand Down Expand Up @@ -777,7 +777,7 @@
"speed_name": "Spore covered",
"desc": [ "You can feel the tiny spores sinking directly into your flesh." ],
"max_intensity": 3,
"int_decay_tick": 120,
"int_decay_tick": 720,
"int_add_val": 1,
"main_parts_only": true,
"base_mods": { "speed_mod": [ -7 ] },
Expand Down Expand Up @@ -874,7 +874,7 @@
"dex_mod": [ -0.5 ],
"hurt_min": [ 1 ],
"hurt_chance": [ 200 ],
"pkill_tick": [ 10 ],
"pkill_tick": [ 60 ],
"pkill_min": [ 1 ],
"pkill_max_val": [ 30 ],
"stamina_chance": [ 2 ],
Expand All @@ -891,7 +891,7 @@
"part_descs": true,
"base_mods": {
"speed_mod": [ -2 ],
"thirst_tick": [ 400 ],
"thirst_tick": [ 2400 ],
"thirst_chance": [ 2 ],
"pain_min": [ 1 ],
"pain_chance": [ 2 ],
Expand All @@ -903,7 +903,7 @@
"scaling_mods": {
"speed_mod": [ -4 ],
"thirst_min": [ 1 ],
"thirst_tick": [ -100 ],
"thirst_tick": [ -600 ],
"pain_max_val": [ 10 ],
"hurt_chance": [ 200 ],
"stamina_min": [ -1 ]
Expand Down Expand Up @@ -985,9 +985,9 @@
"resist_effects": [ "took_flumed" ],
"miss_messages": [ [ "You're too stuffed up to fight effectively.", 1 ] ],
"base_mods": {
"thirst_tick": [ 300 ],
"thirst_tick": [ 1800 ],
"thirst_min": [ 1 ],
"fatigue_tick": [ 50 ],
"fatigue_tick": [ 300 ],
"fatigue_min": [ 1 ],
"str_mod": [ -3, -1 ],
"dex_mod": [ -1, 0 ],
Expand All @@ -1009,9 +1009,9 @@
"rating": "bad",
"resist_effects": [ "took_flumed" ],
"base_mods": {
"thirst_tick": [ 300 ],
"thirst_tick": [ 1800 ],
"thirst_min": [ 1 ],
"fatigue_tick": [ 50 ],
"fatigue_tick": [ 300 ],
"fatigue_min": [ 1 ],
"str_mod": [ -4, -2 ],
"dex_mod": [ -2, 0 ],
Expand Down Expand Up @@ -1273,7 +1273,7 @@
"type": "effect_type",
"id": "valium",
"removes_effects": [ "shakes" ],
"base_mods": { "stim_tick": [ 25 ], "stim_chance": [ 2 ], "stim_min": [ 1 ], "stim_min_val": [ -1 ] }
"base_mods": { "stim_tick": [ 150 ], "stim_chance": [ 2 ], "stim_min": [ 1 ], "stim_min_val": [ -1 ] }
},
{
"type": "effect_type",
Expand Down Expand Up @@ -1308,7 +1308,7 @@
"id": "bloodworms",
"rating": "bad",
"base_mods": {
"thirst_tick": [ 100 ],
"thirst_tick": [ 600 ],
"thirst_min": [ 1 ],
"h_mod_chance": [ 512 ],
"h_mod_min": [ -10 ],
Expand Down Expand Up @@ -1551,7 +1551,7 @@
"id": "milked",
"name": [ "Milked" ],
"desc": [ "The creature has been partially or fully milked." ],
"max_duration": 14400
"max_duration": 86400
},
{
"type": "effect_type",
Expand Down Expand Up @@ -1685,8 +1685,8 @@
"desc": [ "You are under the effects of a stomach soother." ],
"int_add_val": 1,
"max_intensity": 3,
"base_mods": { "vomit_tick": [ 10 ], "health_chance": [ 1500 ], "health_min": [ 1 ] },
"scaling_mods": { "health_min": [ -1.5 ], "health_min_val": [ -2 ], "vomit_tick": [ 20 ] }
"base_mods": { "vomit_tick": [ 60 ], "health_chance": [ 1500 ], "health_min": [ 1 ] },
"scaling_mods": { "health_min": [ -1.5 ], "health_min_val": [ -2 ], "vomit_tick": [ 120 ] }
},
{
"//": "This effect is a dummy effect for disabling certain things for a few turns after an electromagnetic pulse and does nothing on its own",
Expand Down
Loading

0 comments on commit 8cc730f

Please sign in to comment.