add support for bit32 (or bit on cc)

This commit is contained in:
2026-04-06 19:43:58 -07:00
parent 6293ce106f
commit 324b48c7c6
3 changed files with 28 additions and 1 deletions

15
data.db
View File

@@ -1,11 +1,26 @@
{
currency_unit = "dims",
orders = {
{
name = "Caden",
request = "I want a zillion dollars",
},
{
name = "Caden",
request = "I want 2 zillion dollars",
},
{
name = "Caden",
request = "I want three zillion dollars",
},
},
materials = {
Steel = 0.0625,
Wood = 0.00390625,
},
currencies = {
[ "Diamond(s)" ] = 1,
[ "Iron Ingot(s)" ] = 0.001,
[ "Emerald(s)" ] = 0.01,
},
}