Skip to content

Commit

Permalink
[Magiclysm] Buyers market fluctuation (CleverRaven#50639)
Browse files Browse the repository at this point in the history
* Buyers market fluctuation

* Update fuel.json
  • Loading branch information
Maleclypse authored Aug 11, 2021
1 parent 0654628 commit 216401f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"container": "flask_glass",
"symbol": "~",
"description": "Blood of a dragon, it radiates warmth and looking at it you see moving patterns form and disappear in it as if looking at an actual fire.",
"price": 100000,
"price": 750,
"material": [ "dragon_blood" ],
"volume": "1 ml",
"phase": "liquid",
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/items/vehicle/frames.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"weight": "100 kg",
"color": "yellow",
"material": [ "orichalcum_metal" ],
"price": 800000
"price": 80000
},
{
"type": "GENERIC",
Expand All @@ -29,6 +29,6 @@
"copy-from": "orichalcum_frame",
"description": "A frame made of orichalcum. Partially torn down in order to reduce weight at the cost of durability.",
"weight": "40 kg",
"price": 300000
"price": 30000
}
]

0 comments on commit 216401f

Please sign in to comment.