Skip to content

Commit

Permalink
Merge pull request #12 from CleverRaven/master
Browse files Browse the repository at this point in the history
BackToRootsDone
  • Loading branch information
xanderrootslayer authored Jun 29, 2019
2 parents f2cc380 + 93da2fd commit 4ca6298
Show file tree
Hide file tree
Showing 17 changed files with 3,361 additions and 1,723 deletions.
2 changes: 1 addition & 1 deletion data/json/items/comestibles/raw_veggy.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"comestible_type": "FOOD",
"symbol": "%",
"calories": 43,
"description": "A modest blue flower. The flower's roots are very bitter, but they're not meant to be eaten raw.",
"description": "A modest blue flower. The flower's roots are very bitter and not meant to be eaten raw.",
"price": 110,
"material": "veggy",
"volume": 1,
Expand Down
2 changes: 2 additions & 0 deletions data/json/monsters/zed_lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"death_drops": "mon_zombie_scientist_death_drops",
"death_function": [ "NORMAL" ],
"burn_into": "mon_zombie_scorched",
"upgrades": { "half_life": 28, "into_group": "GROUP_ZOMBIE_UPGRADE" },
"flags": [
"SEES",
"HEARS",
Expand Down Expand Up @@ -82,6 +83,7 @@
"special_attacks": [ [ "GRAB", 10 ], [ "scratch", 10 ] ],
"death_drops": "mon_zombie_labsecurity_death_drops",
"death_function": [ "NORMAL" ],
"upgrades": { "half_life": 28, "into_group": "GROUP_SOLDIER_UPGRADE" },
"burn_into": "mon_zombie_scorched",
"flags": [
"SEES",
Expand Down
384 changes: 351 additions & 33 deletions data/json/npcs/refugee_center/surface_refugees/NPC_Draco_Dune.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions data/json/terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"color": "dark_gray",
"move_cost": 4,
"roof": "t_flat_roof",
"flags": [ "TRANSPARENT", "SUPPORTS_ROOF", "COLLAPSES", "FLAT" ],
"flags": [ "TRANSPARENT", "SUPPORTS_ROOF", "COLLAPSES" ],
"bash": {
"sound": "SCRRRASH!",
"ter_set": "t_null",
Expand Down Expand Up @@ -331,7 +331,7 @@
"symbol": ".",
"color": "dark_gray",
"move_cost": 4,
"flags": [ "TRANSPARENT", "SUPPORTS_ROOF", "COLLAPSES", "FLAT" ],
"flags": [ "TRANSPARENT", "SUPPORTS_ROOF", "COLLAPSES" ],
"bash": {
"sound": "SCRRRASH!",
"ter_set": "t_null",
Expand Down Expand Up @@ -619,7 +619,7 @@
"color": "brown_green",
"move_cost": 5,
"coverage": 50,
"flags": [ "TRANSPARENT", "DIGGABLE", "FLAT", "PLOWABLE" ],
"flags": [ "TRANSPARENT", "DIGGABLE", "PLOWABLE" ],
"bash": { "sound": "thump", "ter_set": "t_null", "str_min": 40, "str_max": 100, "str_min_supported": 100, "bash_below": true }
},
{
Expand Down
3 changes: 2 additions & 1 deletion data/mods/DinoMod/fieldoffice.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
[ "22_ratshot", 8 ],
[ "browning_blr", 5 ],
[ "remington_700", 10 ],
[ "270", 8 ],
[ "remington700_270", 10 ],
[ "270win_jsp", 8 ],
[ "rifle_scope", 10 ],
[ "laser_sight", 10 ],
[ "rail_laser_sight", 10 ]
Expand Down
1 change: 1 addition & 0 deletions lang/extract_json_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def warning_supressed(filename):
"monstergroup",
"MONSTER_WHITELIST",
"mutation_type",
"obsolete_terrain",
"overlay_order",
"overmap_connection",
"overmap_location",
Expand Down
Loading

0 comments on commit 4ca6298

Please sign in to comment.