diff --git a/config/Obscuria/Data/aquamirae_cover.png b/config/Obscuria/Data/aquamirae_cover.png new file mode 100644 index 0000000..9565a83 Binary files /dev/null and b/config/Obscuria/Data/aquamirae_cover.png differ diff --git a/config/Obscuria/Data/loot_journal_cover.png b/config/Obscuria/Data/loot_journal_cover.png new file mode 100644 index 0000000..aa47867 Binary files /dev/null and b/config/Obscuria/Data/loot_journal_cover.png differ diff --git a/config/Obscuria/Data/obscure_api_cover.png b/config/Obscuria/Data/obscure_api_cover.png new file mode 100644 index 0000000..84ea4d0 Binary files /dev/null and b/config/Obscuria/Data/obscure_api_cover.png differ diff --git a/config/Obscuria/aquamirae-client.toml b/config/Obscuria/aquamirae-client.toml new file mode 100644 index 0000000..bb34f6f --- /dev/null +++ b/config/Obscuria/aquamirae-client.toml @@ -0,0 +1,11 @@ + +[General] + renderThreeBoltHelmetOverlay = true + stylizedBossbar = true + +[IceMazeAmbient] + spawnParticles = true + playAmbientSounds = true + playBiomeMusic = true + playCorneliaMusic = true + diff --git a/config/Obscuria/aquamirae-common.toml b/config/Obscuria/aquamirae-common.toml new file mode 100644 index 0000000..18acd2c --- /dev/null +++ b/config/Obscuria/aquamirae-common.toml @@ -0,0 +1,105 @@ + +[General] + chatNotifications = true + +[Mobs] + + [Mobs.GhostOfCaptainCornelia] + #Range: 0.0 ~ 10.0 + movementSpeed = 0.2 + #Range: 1.0 ~ 100000.0 + maxHealth = 200.0 + #Range: 0.0 ~ 1000.0 + armor = 16.0 + #Range: 1.0 ~ 1000.0 + attackDamage = 1.0 + #Range: 0.0 ~ 10.0 + knockbackResistance = 0.5 + #Range: 0.0 ~ 10.0 + attackKnockback = 2.0 + #Range: 1.0 ~ 256.0 + followRange = 128.0 + pullAndSpinTargets = true + #Range: 0 ~ 1000 + regenerationSkillUses = 2 + + [Mobs.Anglerfish] + #Range: 0.0 ~ 100.0 + swimSpeed = 3.0 + #Range: 1.0 ~ 100000.0 + maxHealth = 40.0 + #Range: 0.0 ~ 1000.0 + armor = 2.0 + #Range: 0.0 ~ 10.0 + knockbackResistance = 0.0 + #Range: 1.0 ~ 1000.0 + attackDamage = 6.0 + #Range: 0.0 ~ 10.0 + attackKnockback = 1.0 + #Range: 1.0 ~ 256.0 + followRange = 48.0 + + [Mobs.Maw] + #Range: 0.0 ~ 10.0 + movementSpeed = 0.2 + #Range: 0.0 ~ 100.0 + swimSpeed = 5.0 + #Range: 1.0 ~ 100000.0 + maxHealth = 20.0 + #Range: 0.0 ~ 1000.0 + armor = 0.0 + #Range: 0.0 ~ 10.0 + knockbackResistance = 0.0 + #Range: 1.0 ~ 1000.0 + attackDamage = 4.0 + #Range: 0.0 ~ 10.0 + attackKnockback = 0.3 + #Range: 1.0 ~ 256.0 + followRange = 24.0 + + [Mobs.TorturedSoul] + #Range: 0.0 ~ 10.0 + movementSpeed = 0.2 + #Range: 0.0 ~ 100.0 + swimSpeed = 3.0 + #Range: 1.0 ~ 100000.0 + maxHealth = 30.0 + #Range: 0.0 ~ 1000.0 + armor = 4.0 + #Range: 0.0 ~ 10.0 + knockbackResistance = 0.0 + #Range: 1.0 ~ 1000.0 + attackDamage = 7.0 + #Range: 0.0 ~ 10.0 + attackKnockback = 0.7 + #Range: 1.0 ~ 256.0 + followRange = 24.0 + + [Mobs.MotherOfTheMaze] + #Range: 0.0 ~ 100.0 + swimSpeed = 3.0 + #Range: 1.0 ~ 100000.0 + maxHealth = 100.0 + #Range: 0.0 ~ 1000.0 + armor = 6.0 + #Range: 0.0 ~ 10.0 + knockbackResistance = 0.2 + #Range: 1.0 ~ 1000.0 + attackDamage = 5.0 + #Range: 0.0 ~ 10.0 + attackKnockback = 0.5 + #Range: 1.0 ~ 256.0 + followRange = 128.0 + + [Mobs.Eel] + #Range: 1.0 ~ 100000.0 + maxHealth = 180.0 + #Range: 0.0 ~ 1000.0 + armor = 20.0 + #Range: 1.0 ~ 1000.0 + attackDamage = 8.0 + #Range: 0.0 ~ 10.0 + attackKnockback = 2.0 + #Range: 1.0 ~ 256.0 + followRange = 32.0 + diff --git a/config/Obscuria/obscure-api-client.toml b/config/Obscuria/obscure-api-client.toml new file mode 100644 index 0000000..c09e735 --- /dev/null +++ b/config/Obscuria/obscure-api-client.toml @@ -0,0 +1,15 @@ + +[General] + #Allowed Values: DISPLAY_ALL, DISPLAY_MY, DISPLAY_OTHERS, HIDE + "Pet Mode" = "DISPLAY_ALL" + #Range: -1024 ~ 1024 + "Mods Button Offset X" = 0 + #Range: -1024 ~ 1024 + "Mods Button Offset Y" = 0 + +[Tooltips] + #Display food properties in tooltips + "Food Icons" = true + #Display equipment attributes in tooltips + "Equipment Icons" = true +