AOF6-Vocality/config/hexcasting-common.json5
2023-03-02 15:41:30 -06:00

12 lines
407 B
Plaintext

{
"Media Amounts": {
// How much media a single Amethyst Dust item is worth
"dustMediaAmount": 10000,
// How much media a single Amethyst Shard item is worth
"shardMediaAmount": 50000,
// How much media a single Charged Amethyst Crystal item is worth
"chargedCrystalMediaAmount": 100000,
// How many points of media a half-heart is worth when casting from HP
"mediaToHealthRate": 10000
}
}