Skip to content

Commit

Permalink
Fixed beginner spell tome
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurocosh committed Sep 17, 2022
1 parent a6e8930 commit 5a265ce
Showing 1 changed file with 0 additions and 73 deletions.
73 changes: 0 additions & 73 deletions Content/Items/SpellTomes/BeginnerSpellTome.cs
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
using Spellwright.Content.Items.SpellTomes.Base;
using Spellwright.Content.Spells.BuffSpells;
using Spellwright.Content.Spells.BuffSpells.Defensive;
using Spellwright.Content.Spells.BuffSpells.Sigils;
using Spellwright.Content.Spells.BuffSpells.Utility;
using Spellwright.Content.Spells.BuffSpells.Vanilla;
using Spellwright.Content.Spells.Enchant;
using Spellwright.Content.Spells.Explosive;
using Spellwright.Content.Spells.Healing;
using Spellwright.Content.Spells.Herbs;
using Spellwright.Content.Spells.Items;
using Spellwright.Content.Spells.LiquidSpawn;
using Spellwright.Content.Spells.Minions;
using Spellwright.Content.Spells.Movement;
using Spellwright.Content.Spells.Other;
using Spellwright.Content.Spells.Projectiles;
using Spellwright.Content.Spells.SpellRelated;
using Spellwright.Content.Spells.Storage;
using Spellwright.Content.Spells.TileBreak;
using Spellwright.Content.Spells.TileSpawn;
using Spellwright.Content.Spells.Warp;
using Spellwright.Content.Spells.WorldEvents;
using Terraria;
using Terraria.ID;

Expand All @@ -37,12 +29,6 @@ public override void SetStaticDefaults()
content.AddCount(3, .25);
content.AddCount(4, .05);

// Level 0
content.AddSpell<AscendSpell>();
content.AddSpell<MendSpell>();
content.AddSpell<ReturnSpell>();
content.AddSpell<SparkCasterSpell>();

// Level 1
content.AddSpell<FireballSpell>(3);
content.AddSpell<ForceOfCreationSpell>(2);
Expand Down Expand Up @@ -84,65 +70,6 @@ public override void SetStaticDefaults()
content.AddSpell<SurgeOfLifeSpell>(2);
content.AddSpell<WarpMirrorSpell>();

// Level 4
content.AddSpell<BewitchSpell>();
content.AddSpell<BlockSpitterSpell>(2);
content.AddSpell<BloodArrowSpell>();
content.AddSpell<BoltOfConfusionSpell>();
content.AddSpell<HellGateSpell>(3);
content.AddSpell<HolyShoesSpell>(2);
content.AddSpell<PiggySpell>(3);
content.AddSpell<PotionVoidSpell>();
content.AddSpell<RainCallSpell>();
content.AddSpell<SkyGateSpell>(2);
content.AddSpell<TileRollerSpell>();

// Level 5
content.AddSpell<BurningSoulSpell>();
content.AddSpell<CallOfTheDepthsSpell>(3);
content.AddSpell<ClearMindSpell>();
content.AddSpell<DesertRiteSpell>();
content.AddSpell<EyesOfProfitSpell>(3);
content.AddSpell<GlassCannonSpell>();
content.AddSpell<ObsidianSkinSpell>(2);
content.AddSpell<ShadowStepSpell>(2);
content.AddSpell<VoidMarkSpell>(2);

// Level 6
content.AddSpell<DungeonGateSpell>(3);
content.AddSpell<FortressStanceSpell>();
content.AddSpell<ItemVoidSpell>(3);
content.AddSpell<PulseHealingSpell>();
content.AddSpell<RitualOfHarvestSpell>(2);
content.AddSpell<SelfDefenseHexSpell>();
content.AddSpell<ShapedChargeSpell>(2);

// Level 7
content.AddSpell<ManaShieldSpell>();
content.AddSpell<PurifySpell>();
content.AddSpell<SigilOfBerserkerSpell>(3);
content.AddSpell<SigilOfLegionSpell>(3);
content.AddSpell<SigilOfSageSpell>(3);
content.AddSpell<SigilOfSniperSpell>(3);
//content.AddSpell<SoulNibblerSpell>();

// Level 8
content.AddSpell<GravityDashSpell>(3);
content.AddSpell<LavaSplashSpell>();
content.AddSpell<ReactiveArmorSpell>();
content.AddSpell<StateLockSpell>(2);
content.AddSpell<VortexHandsSpell>();

// Level 9
content.AddSpell<AdventOfSummerSpell>(3);
content.AddSpell<BindMirrorSpell>(2);
content.AddSpell<GreedyVortexSpell>();

// Level 10
content.AddSpell<HymnOfDiscordSpell>(3);
content.AddSpell<MagickaFairySpell>();
content.AddSpell<MetabolicBoostSpell>(2);

Add(Type, content);
}

Expand Down

0 comments on commit 5a265ce

Please sign in to comment.