Skip to content

Commit

Permalink
Merge pull request cataclysmbnteam#5 from CleverRaven/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
acidia authored May 19, 2018
2 parents d93e692 + e7cbb32 commit 5e25d78
Show file tree
Hide file tree
Showing 36 changed files with 2,088 additions and 1,924 deletions.
8 changes: 4 additions & 4 deletions data/json/furniture.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"id" : "f_oven",
"name": "oven",
"symbol": "#",
"description": "Used for heating and cooking food with eletricity. Doesn't look like it's working, although it stil has parts.",
"description": "Used for heating and cooking food with electricity. Doesn't look like it's working, although it still has parts.",
"color": "dark_gray",
"move_cost_mod": 2,
"required_str": 10,
Expand Down Expand Up @@ -633,7 +633,7 @@
"id" : "f_exercise",
"name": "exercise machine",
"symbol": "T",
"description": "Typically used for, well, excercising. You're not up for it.",
"description": "Typically used for, well, exercising. You're not up for it.",
"color": "dark_gray",
"move_cost_mod": 1,
"required_str": 8,
Expand Down Expand Up @@ -1099,7 +1099,7 @@
"type" : "furniture",
"id" : "f_bigmirror_b",
"name": "broken standing mirror",
"description": "You could look at yourself, if the mirror wasnt covered in cracks and fractures.",
"description": "You could look at yourself, if the mirror wasn't covered in cracks and fractures.",
"symbol": "{",
"color": "light_gray",
"move_cost_mod": 2,
Expand Down Expand Up @@ -2415,7 +2415,7 @@
"type" : "furniture",
"id" : "f_floor_canvas",
"name": "heavy punching bag",
"description": "Punch Punch! Excercise those arms!",
"description": "Punch Punch! Exercise those arms!",
"symbol": "0",
"color": "dark_gray",
"move_cost_mod": -1,
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -8548,7 +8548,7 @@
"type": "holster",
"holster_prompt": "Sheath blade",
"holster_msg": "You sheath your %s",
"min_volume": 1,
"min_volume": 1,
"max_volume": 4,
"draw_cost": 3,
"flags": [ "SHEATH_KNIFE", "SHEATH_SWORD" ]
Expand Down
6 changes: 4 additions & 2 deletions data/json/items/comestibles/med.json
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,8 @@
"head_power" : 1,
"torso_power" : 4,
"bite" : 0.75,
"move_cost" : 100
"move_cost" : 100,
"used_up_item" : "rag"
}
},
{
Expand All @@ -1320,7 +1321,8 @@
"torso_power" : 1,
"limb_power" : 1,
"bite" : 0.8,
"move_cost" : 300
"move_cost" : 300,
"used_up_item" : "cotton_ball"
}
}
]
2 changes: 1 addition & 1 deletion data/json/items/gun/40mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"reload": 400,
"modes": [
[ "DEFAULT", "semi-auto", 1, "NPC_AVOID" ],
[ "AUTO", "auto", 10, "NPC_AVOID" ]
[ "AUTO", "auto", 6, "NPC_AVOID" ]
],
"magazines": [ [ "40mm", [ "belt40mm" ] ] ],
"flags": [ "MOUNTED_GUN" ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gunmod/sights.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"id": "tele_sight",
"type": "GUNMOD",
"name": "telescopic sight",
"description": "A simple telescopic sight, essentially a small telescope with crosshairs. Increases weight but improves accuracy.",
"description": "A simple telescopic sight, essentially a small telescope with crosshairs. Increases weight but improves accuracy.",
"weight": 300,
"volume": 1,
"price": 30000,
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@
"type": "TOOL",
"name": "cell phone",
"name_plural": "cell phones",
"description": "This is a typical cellphone that features an LED for use as a flash. Using this cellphone will turn it on and provide light, assuming it is charged with batteries. Also it has a clock app that includes an alarm.",
"description": "This is a typical cellphone that features an LED for use as a flash. Using this cellphone will turn it on and provide light, assuming it is charged with batteries. Also it has a clock app that includes an alarm.",
"weight": 226,
"volume": 1,
"price": 10000,
Expand Down
Loading

0 comments on commit 5e25d78

Please sign in to comment.