Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoGriffin committed Mar 19, 2018
1 parent 942fc45 commit 463a6fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@
"type" : "terrain",
"id" : "t_reinforced_door_glass_c",
"name": "closed reinforced glass door",
"description": "A glass door reinforced with woven steel wires in a stylish, but practical pattern. After looking closer, you're pretty sure it's closed.",
"description": "A closed glass door reinforced with woven steel wires in a stylish, but practical pattern.",
"symbol": "+",
"color": "light_cyan",
"move_cost": 0,
Expand All @@ -1276,7 +1276,7 @@
"type" : "terrain",
"id" : "t_reinforced_door_glass_o",
"name": "open reinforced glass door",
"description": "A closed glass door reinforced with woven steel wires in a stylish, but practical pattern. Yep, it's open.",
"description": "A glass door reinforced with woven steel wires in a stylish, but practical pattern. Yep, it's open.",
"symbol": "'",
"color": "light_cyan",
"move_cost": 2,
Expand Down Expand Up @@ -1411,7 +1411,7 @@
"id" : "t_door_b_peep",
"name": "damaged wood door with peephole",
"//": "There's no need for a use-peephole, because the door is transparent",
"description": "Bad news is the peephole is broken and you can't look outside the door. Good news is the door is nearly broken down, so there's nothing blocking the view. A few planks, nails and the right tools could patch up all the damage.",
"description": "Bad news is the peephole is broken and you can't look outside the door. Good news is the door is nearly broken down, so there's nothing blocking the view. A few planks, nails and the right tools could patch up all the damage.",
"symbol": "&",
"color": "brown",
"move_cost": 0,
Expand All @@ -1436,7 +1436,7 @@
"type" : "terrain",
"id" : "t_door_o",
"name": "open wood door",
"description": "A standard wooden door and doesn't look like the expensive, more resilient wood types. It'd probably burn easily, too. Looking around, this one is open.",
"description": "A standard wooden door and doesn't look like the expensive, more resilient wood types. It'd probably burn easily, too. This one is wide open.",
"symbol": "'",
"color": "brown",
"move_cost": 2,
Expand Down Expand Up @@ -1559,7 +1559,7 @@
"type" : "terrain",
"id" : "t_rdoor_o",
"name": "open reinforced wood door",
"description": "Just like other wooden doors, except this one has layers of nailed in two by fours for reinforcement. It might be barricaded, but still susceptible to fire. It's open so it's not stopping anything right now.",
"description": "Just like other wooden doors, except this one has layers of nailed in two by fours for reinforcement. It might be fortified, but still susceptible to fire. It's open so it's not stopping anything right now.",
"symbol": "'",
"color": "red",
"move_cost": 2,
Expand Down

0 comments on commit 463a6fe

Please sign in to comment.