Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(content): In-Repo Magical Nights, replace Magiclysm #5881

Merged
merged 11 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ scopes:
- mods/innawoods
- mods/limit_fungal_growth
- mods/magiclysm
- mods/Magical_Nights
- mods/manualbionicinstall
- mods/modular_turrets
- mods/more_classes_scenarios
Expand Down
2 changes: 2 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Cataclysm is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.

The mod Magical Nights is licensed under the Creative Commons Attribution-ShareAlike 4.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.

Documentation site (doc/*, excluding doc/src/content/docs/*) is licensed under the AGPL 3.0-only license, see doc/LICENSE for text of license.

Scripts (scripts/*) are licensed under the AGPL 3.0-only license, see doc/LICENSE for text of license.
Expand Down
1 change: 1 addition & 0 deletions build-scripts/mod_test_blacklist
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
magiclysm
no_hope
crt_expansion
Graphical_Overmap
Expand Down
Binary file added data/mods/Magical_Nights/MagicalNights_Items.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/Magical_Nights/MagicalNights_Misc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/Magical_Nights/MagicalNights_Tiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/Magical_Nights/MagicalNights_huge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/mods/Magical_Nights/MagicalNights_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
314 changes: 314 additions & 0 deletions data/mods/Magical_Nights/Spells/animist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,314 @@
[
{
"id": "bless",
"type": "SPELL",
"name": { "str": "Bless" },
"description": "A spell of blessing that gives you energy and boosts your abilities.",
"valid_targets": [ "self", "ally" ],
"flags": [ "VERBAL", "NO_LEGS", "NO_EXPLOSION_VFX", "NO_HANDS" ],
"effect": "target_attack",
"effect_str": "bless",
"affected_body_parts": [ "torso" ],
"base_casting_time": 100,
"base_energy_cost": 100,
"energy_source": "MANA",
"spell_class": "ANIMIST",
"difficulty": 1,
"max_level": 30,
"min_aoe": 3,
"max_aoe": 10,
"aoe_increment": 0.25,
"min_range": 8,
"max_range": 23,
"range_increment": 0.75,
"//": "duration is in moves",
"min_duration": 12000,
"max_duration": 36000,
"duration_increment": 400,
"//2": "Something doesn't add up with that increment, but it's not like it really messes with anything"
},
{
"id": "holy_blade",
"type": "SPELL",
"name": { "str": "Holy Blade" },
"description": "This blade of light will cut through any evil it makes contact with!",
"valid_targets": [ "self" ],
"flags": [ "NO_LEGS", "CONCENTRATE", "NO_HANDS", "NO_EXPLOSION_VFX" ],
"min_range": 0,
"max_range": 0,
"min_damage": 1,
"max_damage": 1,
"effect": "spawn_item",
"effect_str": "longsword",
"base_casting_time": 350,
"base_energy_cost": 375,
"min_duration": 480000,
"max_duration": 660000,
"duration_increment": 6000,
"difficulty": 5,
"max_level": 30,
"spell_class": "ANIMIST",
"energy_source": "MANA"
},
{
"id": "spirit_armor",
"type": "SPELL",
"name": { "str": "Spiritual Armor" },
"description": "Evil will not make it through your defenses if your faith is strong enough!",
"valid_targets": [ "self" ],
"flags": [ "NO_LEGS", "CONCENTRATE", "SOMATIC", "NO_EXPLOSION_VFX" ],
"min_range": 0,
"max_range": 0,
"min_damage": 1,
"max_damage": 1,
"effect": "spawn_item",
"effect_str": "armor_lightplate",
"spell_class": "ANIMIST",
"energy_source": "MANA",
"difficulty": 5,
"max_level": 30,
"base_casting_time": 350,
"base_energy_cost": 375,
"min_duration": 480000,
"max_duration": 660000,
"duration_increment": 6000
},
{
"id": "smite",
"type": "SPELL",
"name": { "str": "Smite" },
"description": "Evil has become pervasive throughout the world. Let your power be the light that shines in the darkness!",
"valid_targets": [ "hostile" ],
"min_damage": 92,
"max_damage": 382,
"damage_increment": 15,
"min_range": 1,
"max_range": 1,
"effect": "target_attack",
"base_casting_time": 85,
"base_energy_cost": 250,
"damage_type": "none",
"spell_class": "ANIMIST",
"difficulty": 8,
"max_level": 22,
"flags": [ "SOMATIC", "LOUD", "NO_HANDS" ],
"energy_source": "MANA"
},
{
"id": "recover_mana",
"type": "SPELL",
"name": { "str": "Life Conversion" },
"description": "You channel your life force itself into your spiritual energy. You spend hp to regain mana.",
"valid_targets": [ "self" ],
"min_damage": 90,
"damage_increment": 15,
"max_damage": 1000,
"max_level": 50,
"effect": "recover_energy",
"effect_str": "MANA",
"spell_class": "ANIMIST",
"energy_source": "HP",
"base_casting_time": 500,
"base_energy_cost": 5,
"energy_increment": 1,
"final_energy_cost": 60,
"flags": [ "SOMATIC", "NO_HANDS", "SILENT", "NO_LEGS", "NO_EXPLOSION_VFX" ],
"difficulty": 3
},
{
"id": "recover_pain",
"type": "SPELL",
"name": { "str": "Mind over Pain" },
"description": "With an intense ritual that resembles crossfit, you manage to put some of your pain at bay.",
"valid_targets": [ "self" ],
"min_damage": 10,
"max_damage": 150,
"damage_increment": 2,
"max_level": 67,
"spell_class": "ANIMIST",
"effect": "recover_energy",
"effect_str": "PAIN",
"energy_source": "STAMINA",
"base_casting_time": 50000,
"base_energy_cost": 5000,
"energy_increment": 500,
"flags": [ "SOMATIC", "VERBAL", "PAIN_NORESIST", "NO_EXPLOSION_VFX" ],
"final_energy_cost": 15000
},
{
"id": "summon_zombie",
"type": "SPELL",
"name": { "str": "Summon Zombie" },
"description": "An ethereal-looking zombie rises from the depths of the earth to fight for you. You may be able to summon more with a higher level in this spell.",
"valid_targets": [ "ground" ],
"min_damage": 1,
"max_damage": 5,
"//": "level 20 will max out your number of summons",
"damage_increment": 0.1,
"max_level": 45,
"difficulty": 2,
"spell_class": "ANIMIST",
"effect": "summon",
"effect_str": "mon_summoned_zombie",
"energy_source": "HP",
"base_energy_cost": 6,
"//2": "one minute",
"base_casting_time": 6000,
"min_range": 3,
"max_range": 3,
"min_aoe": 2,
"max_aoe": 2,
"flags": [ "SOMATIC", "NO_HANDS", "CONCENTRATE", "NO_EXPLOSION_VFX" ],
"min_duration": 240000,
"max_duration": 420000,
"duration_increment": 4000
},
{
"id": "summon_skeleton",
"type": "SPELL",
"name": { "str": "Summon Skeleton" },
"description": "A ghostly skeleton rises from the depths of the earth to fight for you. You may be able to summon more with a higher level in this spell.",
"valid_targets": [ "ground" ],
"min_damage": 1,
"max_damage": 5,
"//": "level 20 will max out your number of summons",
"damage_increment": 0.1,
"max_level": 45,
"difficulty": 5,
"spell_class": "ANIMIST",
"effect": "summon",
"effect_str": "mon_summoned_skeleton",
"energy_source": "HP",
"base_energy_cost": 14,
"//2": "one minute",
"base_casting_time": 6000,
"min_range": 3,
"max_range": 3,
"min_aoe": 2,
"max_aoe": 2,
"flags": [ "SOMATIC", "NO_HANDS", "CONCENTRATE", "NO_EXPLOSION_VFX" ],
"min_duration": 240000,
"max_duration": 420000,
"duration_increment": 4000
},
{
"id": "summon_decayed_pouncer",
"type": "SPELL",
"name": { "str": "Summon Decayed Pouncer" },
"description": "A decrepit looking large cat rises from the depths of the earth to fight for you. You may be able to summon more with a higher level in this spell.",
"valid_targets": [ "ground" ],
"min_damage": 1,
"max_damage": 5,
"//": "level 20 will max out your number of summons",
"damage_increment": 0.1,
"max_level": 45,
"difficulty": 12,
"spell_class": "ANIMIST",
"effect": "summon",
"effect_str": "mon_summoned_zougar",
"energy_source": "HP",
"base_energy_cost": 30,
"//2": "one minute",
"base_casting_time": 6000,
"min_range": 3,
"max_range": 3,
"min_aoe": 2,
"max_aoe": 2,
"flags": [ "SOMATIC", "NO_HANDS", "CONCENTRATE", "NO_EXPLOSION_VFX" ],
"min_duration": 240000,
"max_duration": 420000,
"duration_increment": 4000
},
{
"id": "necrotic_gaze",
"type": "SPELL",
"name": { "str": "Necrotic Gaze" },
"description": "You use the power of your own blood to imbue necrotic energy into your gaze, damaging the target you look at.",
"valid_targets": [ "hostile" ],
"effect": "target_attack",
"spell_class": "ANIMIST",
"energy_source": "HP",
"flags": [ "NO_LEGS", "NO_HANDS", "CONCENTRATE", "SOMATIC" ],
"min_damage": 60,
"max_damage": 180,
"damage_increment": 6,
"min_range": 5,
"max_range": 15,
"range_increment": 0.5,
"max_level": 20,
"difficulty": 3,
"base_casting_time": 100,
"base_energy_cost": 2,
"damage_type": "bio"
},
{
"id": "create_rune_animist",
"type": "SPELL",
"name": { "str": "Animist Rune" },
"description": "This ritual creates a small pebble attuned to Animists. You can use the rune as a catalyst for recipes.",
"valid_targets": [ "self" ],
"min_damage": 1,
"max_damage": 1,
"effect": "spawn_item",
"effect_str": "rune_animist",
"base_casting_time": 5000,
"base_energy_cost": 5,
"min_duration": 1,
"max_duration": 2,
"duration_increment": 1,
"difficulty": 0,
"max_level": 0,
"spell_class": "ANIMIST",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "NO_EXPLOSION_VFX", "NO_FAIL", "NO_HANDS" ]
},
{
"id": "summon_wisps",
"type": "SPELL",
"name": { "str": "Ignus Fatuus" },
"description": "Summons ghostly foxfire worked from living marsh vapor, to lead your enemies astray. With more experience, this spell can conjure multiple ghost lights.",
"valid_targets": [ "ground" ],
"effect": "summon",
"effect_str": "mon_wisp",
"flags": [ "LOUD", "SOMATIC", "NO_HANDS", "NO_EXPLOSION_VFX" ],
"energy_source": "MANA",
"spell_class": "ANIMIST",
"difficulty": 2,
"base_casting_time": 250,
"base_energy_cost": 300,
"max_level": 37,
"min_damage": 5,
"max_damage": 17,
"damage_increment": 0.28,
"min_aoe": 3,
"max_aoe": 3,
"min_range": 6,
"max_range": 14,
"range_increment": 0.16,
"min_duration": 50000,
"max_duration": 129550,
"duration_increment": 2150
},
{
"id": "summon_decaying_boneclub",
"type": "SPELL",
"name": { "str": "Decaying Boneclub" },
"description": "This spell links your live blood to the dead blood & bones, creating a club hungry for the flesh of the living.",
"effect": "spawn_item",
"effect_str": "decaying_boneclub",
"valid_targets": [ "self" ],
"flags": [ "SOMATIC", "CONCENTRATE", "VERBAL", "NO_HANDS" ],
"components": "spell_components_decayingboneclub",
"max_level": 15,
"min_damage": 1,
"max_damage": 1,
"min_duration": 52500,
"max_duration": 142500,
"duration_increment": 6000,
"spell_class": "ANIMIST",
"base_casting_time": 400,
"base_energy_cost": 6,
"energy_source": "HP",
"difficulty": 6
}
]
Loading
Loading