Skip to content

Commit

Permalink
Merge pull request CleverRaven#7869 from reverieAlice/meterial_name_c…
Browse files Browse the repository at this point in the history
…hanges

Finishes wooden/metallic naming conversion
  • Loading branch information
Rivet-the-Zombie committed Jun 6, 2014
2 parents fdc0f8e + 0744f6b commit cf79ed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/archery.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
"type" : "AMMO",
"id" : "bolt_wood",
"price" : 10000,
"name" : "wood crossbow bolt",
"name" : "wooden crossbow bolt",
"symbol" : "=",
"color" : "green",
"description" : "A sharpened bolt carved from wood. It's very light, but doesn't do much damage and isn't particularly accurate. Stands a good chance of remaining intact once fired.",
Expand All @@ -504,7 +504,7 @@
"id" : "bolt_metal",
"rarity" : 7,
"price" : 13000,
"name" : "metal crossbow bolt",
"name" : "metallic crossbow bolt",
"symbol" : "=",
"color" : "green",
"description" : "A sharpened bolt made from metal of some kind. It's heavy and unwieldy, providing moderate damage and accuracy. Stands a good chance of remaining intact once fired.",
Expand Down Expand Up @@ -1016,7 +1016,7 @@
"type" : "AMMO",
"id" : "fishspear",
"price" : 10000,
"name" : "wood fishing spear",
"name" : "wooden fishing spear",
"symbol" : "=",
"color" : "brown",
"description" : "An underwater fishing spear made from wood tipped with steel. It's very light, but doesn't have much range. Stands a good chance of remaining intact once fired.",
Expand All @@ -1040,7 +1040,7 @@
"type" : "AMMO",
"id" : "m_fishspear",
"price" : 10000,
"name" : "metal fishing spear",
"name" : "metallic fishing spear",
"symbol" : "=",
"color" : "light_gray",
"description" : "An underwater fishing spear made from metal. It's light, but doesn't have much range. Stands a good chance of remaining intact once fired.",
Expand Down

0 comments on commit cf79ed9

Please sign in to comment.