Skip to content

Commit

Permalink
pet armor mordern name object
Browse files Browse the repository at this point in the history
  • Loading branch information
snipercup committed Feb 4, 2020
1 parent fd79feb commit 9d57d1c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions data/json/items/armor/pets_dog_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"symbol": "[",
"looks_like": "tacvest",
"color": "blue",
"name": "Kevlar dog harness",
"name_plural": "Kevlar dog harnesses",
"name": { "str": "Kevlar dog harness", "str_pl": "Kevlar dog harnesses" },
"description": "A blue bulletproof harness, designed to be worn by canines in the service of local law enforcement, that protects from shoulders to abdomen. You could put this on a friendly dog.",
"price": 30000,
"price_postapoc": 3000,
Expand All @@ -27,8 +26,7 @@
"id": "acidchitin_harness_dog",
"copy-from": "kevlar_harness",
"color": "green",
"name": "biosilicified chitin dog mesh harness",
"name_plural": "biosilicified chitin dog mesh harnesses",
"name": { "str": "biosilicified chitin dog mesh harness", "str_pl": "biosilicified chitin dog mesh harnesses" },
"description": "A makeshift harness of biosilicified chitin fitted to a thin mesh protecting the neck to flank of canines. You could put this on a friendly dog.",
"price": 50000,
"price_postapoc": 5000,
Expand All @@ -40,8 +38,7 @@
"type": "PET_ARMOR",
"id": "chitin_harness_dog",
"copy-from": "acidchitin_harness_dog",
"name": "chitin dog mesh harness",
"name_plural": "chitin dog mesh harnesses",
"name": { "str": "chitin dog mesh harness", "str_pl": "chitin dog mesh harnesses" },
"description": "A makeshift harness of chitin fitted to a thin mesh protecting the neck to flank of canines. You could put this on a friendly dog.",
"price": 35000,
"price_postapoc": 3500,
Expand All @@ -67,8 +64,7 @@
"id": "leather_harness_dog",
"copy-from": "kevlar_harness",
"color": "brown",
"name": "leather dog harness",
"name_plural": "leather dog harnesses",
"name": { "str": "leather dog harness", "str_pl": "leather dog harnesses" },
"description": "A neck to hip harness made from leather that can be attached to a canine for protection. You could put this on a friendly dog.",
"price": 17500,
"price_postapoc": 1750,
Expand All @@ -80,8 +76,7 @@
"type": "PET_ARMOR",
"id": "leatherbone_harness_dog",
"copy-from": "leather_harness_dog",
"name": "leather dog harness with bones",
"name_plural": "leather dog harnesses with bones",
"name": { "str": "leather dog harness with bones", "str_pl": "leather dog harnesses with bones" },
"description": "Decorative bones affixed to a leather dog harness for that true post-apocalyptic style, even with a skull bone headpiece! You could put this on a friendly dog.",
"price": 19000,
"price_postapoc": 1900,
Expand Down

0 comments on commit 9d57d1c

Please sign in to comment.