Skip to content

Commit

Permalink
fix integer price in xedra evolved
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Jan 9, 2025
1 parent b940e14 commit 8b9d1da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions data/mods/Xedra_Evolved/items/melee.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"type": "GENERIC",
"id": "salamagman_handaxe",
"category": "weapons",
"price": 12400,
"price_postapoc": 1000,
"price": "124 USD",
"price_postapoc": "10 USD",
"name": { "str": "salamagman hand axe" },
"symbol": ";",
"color": "light_gray",
Expand All @@ -119,8 +119,8 @@
"weight": "2102 g",
"volume": "2500 ml",
"longest_side": "100 cm",
"price": 400000,
"price_postapoc": 120000,
"price": "4000 USD",
"price_postapoc": "1200 USD",
"to_hit": { "grip": "weapon", "length": "long", "surface": "line", "balance": "uneven" },
"material": [ "tezcatlipocas_blood" ],
"symbol": "P",
Expand All @@ -138,8 +138,8 @@
"name": { "str": "obsidian macuahuitl" },
"description": "Astute observers of Mesoamerican history may recognize this as a macuahuitl, the favored weapon of the Aztecs. This macuahuitl looks as though it was made deep inside of a black mirror.",
"copy-from": "lc_aztec_sword",
"price": 400000,
"price_postapoc": 120000,
"price": "4000 USD",
"price_postapoc": "1200 USD",
"material": [ "tezcatlipocas_blood" ],
"melee_damage": { "bash": 24, "cut": 30, "heat": 21 }
},
Expand Down
12 changes: 6 additions & 6 deletions data/mods/Xedra_Evolved/items/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@
"description": "A 12-inch by 24-inch sheet of elemental gossamer fabric, like a swatch plucked from a rainbow.",
"weight": "50 g",
"volume": "47 ml",
"price": 2000,
"price_postapoc": 20,
"price": "20 USD",
"price_postapoc": "20 cent",
"material": [ "elemental_fae_cotton" ],
"symbol": "=",
"color": "white"
Expand All @@ -266,8 +266,8 @@
"type": "GENERIC",
"name": { "str": "patchwork elemental gossamer sheet" },
"description": "A 12-inch by 24-inch sheet of elemental gossamer sewn together from patches of various clothing parts. Suitable for making clothing if you lack proper material sheets.",
"price": 200,
"price_postapoc": 20
"price": "2 USD",
"price_postapoc": "20 cent"
},
{
"id": "elemental_gossamer_patchwork",
Expand All @@ -277,8 +277,8 @@
"description": "A 6-inch square elemental gossamer patch, suitable for repairing and tailoring clothing.",
"weight": "6 g",
"volume": "6 ml",
"price": 200,
"price_postapoc": 2,
"price": "2 USD",
"price_postapoc": "2 cent",
"material": [ "elemental_fae_cotton" ],
"symbol": ",",
"color": "white",
Expand Down

0 comments on commit 8b9d1da

Please sign in to comment.