Souls Like Bosses
This mod adds Darksouls like bosses, which can be encountered inside structures around your world
Souls Like Bosses
<h3 style="text-align: center;"><span style="color: #fff;">feel free to use the mod inside modpacks<br><br></span></h3>
<span style="color: #fff;">Texture Issues</span>
If textures do not load correctly, place the Mod Resources resource pack at the top of your resource pack list.
<h3 style="text-align: center;"><span style="color: #fff;"><br><strong>Lite Version</strong><br></span><span style="color: #fff;"><a href="https://www.curseforge.com/minecraft/mc-mods/souls-like-bosses-lite" target="_blank" rel="nofollow noopener"><span style="color: #7e8c8d;">https://www.curseforge.com/minecraft/mc-mods/souls-like-bosses-lite</span></a><br><br><strong>Standalone Versions:</strong><br><span style="color: #7e8c8d;"><a style="color: #7e8c8d;" href="https://www.curseforge.com/minecraft/mc-mods/soul-of-cinder-standalone" target="_blank" rel="nofollow noopener">https://www.curseforge.com/minecraft/mc-mods/soul-of-cinder-standalone</a></span><br><br><span style="color: #7e8c8d;"><a style="color: #7e8c8d;" href="https://www.curseforge.com/minecraft/mc-mods/nightlord-standalone" target="_blank" rel="nofollow noopener">https://www.curseforge.com/minecraft/mc-mods/nightlord-standalone</a></span><br><br><a href="https://www.curseforge.com/minecraft/mc-mods/abyss-watchers-standalone" target="_blank" rel="nofollow noopener"><span style="color: #7e8c8d;">https://www.curseforge.com/minecraft/mc-mods/abyss-watchers-standalone</span></a><br><br></span></h3>
<span style="color: #fff;"><strong>Required Mods</strong></span>
* <span style="color: #ba372a;">minimum of 6 GB allocated memory required</span> * Huge Structure Blocks <span style="color: #ba372a;">minimum of 6 GB allocated memory required</span> * AttributeFix %%MD1%%
<span style="color: #fff;">If you enjoy the mod, please consider supporting me on Patreon :)</span>
undefined
<span style="color: #fff;">Boss Battles</span>
<span style="color: #fff;">The Nightlord</span>
<span style="color: #fff;">Abyss Watchers</span>
<span style="color: #fff;">Soul of Cinder</span>
<span style="color: #fff;">Melkor</span>
<span style="color: #fff;"><iframe src="https://www.youtube.com/embed/qI2P2fVQf9I?si=jzjT3ZFF2aMyoA0H" width="560" height="314" allowfullscreen="allowfullscreen"></iframe></span>
<span style="color: #fff;">Lothric<br>Curse-rotted Sunflower</span>
<span style="color: #fff;">Boss Arenas</span>
* Melkors Keep Generates inside the Ocean biome * Melkors Keep Generates inside the Deep Dark * Melkors Keep Generates in Mountain biomes * Melkors Keep Generates in the Plains * Melkors Keep Generates in the Soul Sand Valley undefined
<span style="color: #fff;"><strong>FAQ & Configuration</strong></span>
<span style="color: #fff;">Texture Issues</span>
If textures do not load correctly, place the Mod Resources resource pack at the top of your resource pack list.
<span style="color: #fff;">Boss Freezing Issue</span>
If bosses are frozen, use the command: /scoreboard players add .s_l_b_global boss_active 1
<span style="color: #fff;">Boss Spawning & Damage</span>
/function souls_like_bosses:adjust_config/
<span style="color: #fff;">1 vs 1 Mob Battles</span>
By installing the Carpet Mod, you can enable 1v1 mob battles https://modrinth.com/mod/neoforge-carpet
/function souls_like_bosses:adjust_config/mob_battle_mark_nearest_mob
<span style="color: #fff;">Boss Progression</span>
By default, bosses unlock one after another. To allow fighting all bosses from the start: /function souls_like_bosses:adjust_config/progression_mode_toggle
<span style="color: #fff;">Locating Boss Structures</span>
/locate structure souls_like_bosses:catacombs_of_carthus /locate structure souls_like_bosses:kiln_of_the_first_flame /locate structure souls_like_bosses:lothric_castle /locate structure souls_like_bosses:tree_of_light /locate structure souls_like_bosses:melkors_keep
<span style="color: #fff;">Boss Health Configuration</span>
Min: 100 | Max: 490000 /scoreboard players set .s_l_b_global aw_health number /scoreboard players set .s_l_b_global soc_health number /scoreboard players set .s_l_b_global lothran_health number /scoreboard players set .s_l_b_global nl_health number /scoreboard players set .s_l_b_global te_health number (melkor)
<span style="color: #fff;">Combo Length Configuration</span>
/scoreboard players set .s_l_b_global aw_combo_length number /scoreboard players set .s_l_b_global soc_combo_length number /scoreboard players set .s_l_b_global nl_combo_length number /scoreboard players set .s_l_b_global te_combo_length number
<span style="color: #fff;">Adding Bosses to Your Own Structures</span>
I uploaded an lite version with only the bosses, to be integrated in custom strutures: https://www.curseforge.com/minecraft/mc-mods/souls-like-bosses-lite
<span style="color: #fff;">Modpack Configuration via Helper Datapack</span>
You can configure the mod using a helper datapack. use the following code inside your load.mcfunction and adjust the values.
```
--- Create scoreboard objectives ---
scoreboard objectives add gamerule_keep_inventory dummy # 1=Keep items when dying to boss, 2=drop items scoreboard objectives add boss_difficulty dummy # 1=Easy, 2=Normal, 3=Difficult, 4=Hard, 5=Hardcore scoreboard objectives add bossbars_enabled dummy # 1=show boss bars, 2=hide boss bars scoreboard objectives add dialogue_audio_enabled dummy # 1= audio on, 2= audio off scoreboard objectives add slb_ability_cooldown dummy # Cooldown time for player abilitiesscoreboard objectives add heolstor_spawned dummy # 0= gets spawned at the start
Health objectives for all characters (min 100, max 490.000)
scoreboard objectives add nl_health dummy # Health for Night Lord scoreboard objectives add soc_health dummy # Health for Soul of Cinder scoreboard objectives add aw_health dummy # Health for Abyss Watcher
Combo length objectives
scoreboard objectives add nl_combo_length dummy # average combo length for Night Lord scoreboard objectives add soc_combo_length dummy # average combo length for Soul of Cinder scoreboard objectives add aw_combo_length dummy # average combo length for Abyss Watcher
general config
scoreboard players set .s_l_b_global gamerule_keep_inventory 1 scoreboard players set .s_l_b_global boss_difficulty 2 scoreboard players set .s_l_b_global bossbars_enabled 1 scoreboard players set .s_l_b_global dialogue_audio_enabled 2 scoreboard players set .s_l_b_global slb_ability_cooldown 1600scoreboard players set .s_l_b_global heolstor_spawned 0
boss health values
scoreboard players set .s_l_b_global nl_health 600 scoreboard players set .s_l_b_global soc_health 400 scoreboard players set .s_l_b_global aw_health 400
boss combo lengths
scoreboard players set .s_l_b_global nl_combo_length 2 scoreboard players set .s_l_b_global soc_combo_length 2 scoreboard players set .s_l_b_global aw_combo_length 2 ```
<span style="color: #fff;">Credits</span>
* Nightlord model by chromexception * Moonlight Greatsword model https://www.planetminecraft.com/data-pack/custom-sword-datapack-moonlight-great-sword/ * Firelink Greatsword model https://www.planetminecraft.com/texture-pack/ds3-firelink-greatsword-no-optifine/ * Farron Greatsword model https://www.planetminecraft.com/texture-pack/ds3-abyss-watchers/ * Soul of Cinder texture https://www.planetminecraft.com/skin/soul-of-cinder-dark-souls-iii-6146273/ * Kiln of the First Flame structure https://www.planetminecraft.com/project/dark-souls-3-kiln-boss-fight/

