Skip to content

Commit

Permalink
Update rpg.json use of "name".
Browse files Browse the repository at this point in the history
  • Loading branch information
actual-nh committed Jan 10, 2021
1 parent 611e4a9 commit a1d2d4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/ammo/rpg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "AMMO",
"id": "RPG-7_ammo",
"price": 10000,
"name": "PG-7VL 93mm rocket",
"name": { "str": "PG-7VL 93mm rocket" },
"symbol": "=",
"color": "dark_gray",
"description": "93mm single-stage high-explosive ammunition for the RPG-7.",
Expand All @@ -24,7 +24,7 @@
"type": "AMMO",
"id": "RPG-7_pg7vr",
"price": 10000,
"name": "PG-7VR 64mm/105mm rocket",
"name": { "str": "PG-7VR 64mm/105mm rocket" },
"symbol": "=",
"color": "dark_gray",
"description": "64mm/105mm high-explosive tandem ammunition for the RPG-7.",
Expand All @@ -45,7 +45,7 @@
"type": "AMMO",
"id": "RPG-7_tbg7v",
"price": 10000,
"name": "TBG-7V 105mm rocket",
"name": { "str": "TBG-7V 105mm rocket" },
"symbol": "=",
"color": "dark_gray",
"description": "105mm thermobaric ammunition for the RPG-7.",
Expand All @@ -66,7 +66,7 @@
"type": "AMMO",
"id": "RPG-7_og7v",
"price": 8000,
"name": "OG-7V 40mm rocket",
"name": { "str": "OG-7V 40mm rocket" },
"symbol": "=",
"color": "dark_gray",
"description": "40mm high-explosive fragmentation antipersonnel ammunition for the RPG-7.",
Expand Down

0 comments on commit a1d2d4b

Please sign in to comment.