From 8c888e4c79e5ec3da42544e8652d95b5bdd4998c Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 02:37:58 +0100 Subject: [PATCH] config: hexcasting --- config/hex_ars_link-common.toml | 10 ++++++++++ config/hexcasting-common.toml | 26 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 config/hex_ars_link-common.toml create mode 100644 config/hexcasting-common.toml diff --git a/config/hex_ars_link-common.toml b/config/hex_ars_link-common.toml new file mode 100644 index 0000000..ff9a85a --- /dev/null +++ b/config/hex_ars_link-common.toml @@ -0,0 +1,10 @@ +#convert ratio for lesser linker +#Range: 0.0 ~ 1.0E10 +ratioLv1 = 10.0 +#convert ratio for advanced linker +#Range: 0.0 ~ 1.0E10 +ratioLv2 = 200.0 +#convert ratio for great linker +#Range: 0.0 ~ 1.0E10 +ratioLv3 = 500.0 + diff --git a/config/hexcasting-common.toml b/config/hexcasting-common.toml new file mode 100644 index 0000000..50019fc --- /dev/null +++ b/config/hexcasting-common.toml @@ -0,0 +1,26 @@ + +["Media Amounts"] + #How much media a single Amethyst Dust item is worth + #Range: 0 ~ 2147483647 + dustMediaAmount = 10000 + #How much media a single Amethyst Shard item is worth + #Range: 0 ~ 2147483647 + shardMediaAmount = 50000 + #How much media a single Charged Amethyst Crystal item is worth + #Range: 0 ~ 2147483647 + chargedCrystalMediaAmount = 100000 + #How many points of media a half-heart is worth when casting from HP + #Range: 0.0 ~ Infinity + mediaToHealthRate = 10000.0 + +[Cooldowns] + #Cooldown in ticks of a cypher + #Range: > 0 + cypherCooldown = 8 + #Cooldown in ticks of a trinket + #Range: > 0 + trinketCooldown = 5 + #Cooldown in ticks of a artifact + #Range: > 0 + artifactCooldown = 3 +