Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hotfix] fix integer price in xedra evolved #79028

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix integer price in xedra evolved
  • Loading branch information
GuardianDll authored Jan 9, 2025
commit 8b9d1dab67d1ac728dfa85daa4bb7994e95854ba
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
Loading