Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurocosh committed Oct 25, 2023
1 parent eba6b3e commit 7c81d16
Show file tree
Hide file tree
Showing 65 changed files with 3 additions and 181 deletions.
3 changes: 0 additions & 3 deletions Content/Buffs/Items/SoulDisturbanceDebuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ static SoulDisturbanceDebuff()

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Soul disturbance");
// Description.SetDefault("Your soul is in turmoil");
//Main.buffNoTimeDisplay[Type] = true;
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = true;
Main.buffNoSave[Type] = true;
Expand Down
3 changes: 0 additions & 3 deletions Content/Buffs/Minions/BirdOfMidasBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ internal class BirdOfMidasBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Bird of midas");
// Description.SetDefault("Golden raven will bring you riches");

Main.buffNoSave[Type] = true;
Main.buffNoTimeDisplay[Type] = true;
}
Expand Down
3 changes: 0 additions & 3 deletions Content/Buffs/Minions/MagickaFairyBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ internal class MagickaFairyBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Magicka Fairy");
// Description.SetDefault("Hey! Listn'! If you die, i will hate you!");

Main.buffNoSave[Type] = true;
Main.buffNoTimeDisplay[Type] = true;
}
Expand Down
3 changes: 0 additions & 3 deletions Content/Buffs/Minions/SoulNibblerBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ internal class SoulNibblerBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Soul Nibbler");
// Description.SetDefault("Will feast on souls in your honor");

Main.buffNoSave[Type] = true;
Main.buffNoTimeDisplay[Type] = true;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/BattlecryBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class BattlecryBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Battlecry");
// Description.SetDefault("Brings you closer to the battle");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/BurningSoulBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public class BurningSoulBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Burning Soul");
// Description.SetDefault("Your soul is set ablaze.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Defensive/FortressStanceBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class FortressStanceBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Fortres Stance");
// Description.SetDefault("Stand your ground with determination of a mountain");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Defensive/ManaShieldBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class ManaShieldBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Mana Shield");
// Description.SetDefault("Thick layer of mana will soften the blow");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Defensive/ReactiveArmorBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class ReactiveArmorBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Reactive armor");
// Description.SetDefault("Grants additional defense that increases with each hit received.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/ManaStarfallBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public class ManaStarfallBuff : ModBuff

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Mana starfall");
// Description.SetDefault("Mana stars fall from the sky!");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/MetabolicBoostBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class MetabolicBoostBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Metabolic Boost");
// Description.SetDefault("Your metabolism is on fire");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
Main.buffNoSave[Type] = true;
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/PulseHealingBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ public class PulseHealingBuff : ModBuff

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Pulse healing");
// Description.SetDefault("Powerful healing that occures occasionally");
Main.buffNoTimeDisplay[Type] = false;
Main.buffNoSave[Type] = true;
Main.debuff[Type] = false;
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/SelfDefenseHexBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class SelfDefenseHexBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Self Defense Hex");
// Description.SetDefault("Wilts those who would harm you.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Sigils/SigilOfBerserkerBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class SigilOfBerserkerBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Sigil of Berserker");
// Description.SetDefault("Your fury knows no bounds.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Sigils/SigilOfLegionBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class SigilOfLegionBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Sigil of Legion");
// Description.SetDefault("Your mighty army quakes the earth.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Sigils/SigilOfSageBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class SigilOfSageBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Sigil of Sage");
// Description.SetDefault("Your wisdom resonates with the world.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Sigils/SigilOfSniperBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class SigilOfSniperBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Sigil of Sniper");
// Description.SetDefault("Your can see beyound the horizon");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/SurgeOfLifeBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ public class SurgeOfLifeBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Surge of life");
// Description.SetDefault("Boosts regeneration of health");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Utility/CallOfTheDepthsBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ public class CallOfTheDepthsBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Call of the Depths");
// Description.SetDefault("Core of the world calls for you.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Utility/ForceOfCreationBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ public class ForceOfCreationBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Force of Creation");
// Description.SetDefault("You have boundless urge to create.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Utility/GaleForceBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class GaleForceBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Gale force");
// Description.SetDefault("Force of gale bolsters your movement");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Utility/GreedyVortexBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ public class GreedyVortexBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Greedy Vortex");
// Description.SetDefault("Increases pick up range for all items.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Utility/KissOfCloverBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class KissOfCloverBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Kiss of clover");
// Description.SetDefault("Luck itself gave you a kiss.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Utility/MineralFeverBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ public class MineralFeverBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Mineral Fever");
// Description.SetDefault("Lust for riches boils your blood.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Utility/ReturnToFishBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class ReturnToFishBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Return To Fish");
// Description.SetDefault("Go back to your aquatic roots");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
2 changes: 0 additions & 2 deletions Content/Buffs/Spells/Utility/SeaBlessingBuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public class SeaBlessingBuff : ModBuff
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Sea Blessing");
// Description.SetDefault("See and fishies smile upon you.");
Main.buffNoTimeDisplay[Type] = false;
Main.debuff[Type] = false;
}
Expand Down
6 changes: 0 additions & 6 deletions Content/Items/BizarreFruit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ public BizarreFruit()
{
}

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Bizarre fruit");
// Tooltip.SetDefault("Weird heart shaped fruit. If you stare at it\nlong enough it will stare back at you.");
}

public override void SetDefaults()
{
Item.consumable = true;
Expand Down
6 changes: 0 additions & 6 deletions Content/Items/Mirrors/BoundMagicMirror.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ public BoundMagicMirror()

protected virtual Color ParticleColor => Color.Purple;

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Bound Magic Mirror");
// Tooltip.SetDefault("Enchanted magical mirror eternally bound to a place in this world.\nLook into the mirror to teleport to this place.");
}

public override void SetDefaults()
{
Item.CloneDefaults(ItemID.IceMirror); // Copies the defaults from the Ice Mirror.
Expand Down
3 changes: 0 additions & 3 deletions Content/Items/Mirrors/SilverMirror.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ public SilverMirror()

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Silver mirror");
// Tooltip.SetDefault("Silver mirror that was polished to perfection.");

CreativeItemSacrificesCatalog.Instance.SacrificeCountNeededByItemId[Type] = 30;
}

Expand Down
6 changes: 1 addition & 5 deletions Content/Items/Mirrors/WarpedMagicMirror.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ public class WarpedMagicMirror : BoundMagicMirror
public WarpedMagicMirror()
{
}

protected override Color ParticleColor => Color.Green;
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Warped Magic Mirror");
// Tooltip.SetDefault("Frail magical mirror bound to a place in this world.\nLook into the mirror to teleport to this place once.");
}

public override void SetDefaults()
{
Expand Down
6 changes: 0 additions & 6 deletions Content/Items/PurifiedFruit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ public PurifiedFruit()
{
}

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Purified Fruit");
// Tooltip.SetDefault("Weird heart shaped fruit. If you stare at it\nlong enough it will stare back at you.\nAccording to spellwright this one was processed and has significanly reduced risk of death upon consumption.");
}

public override void SetDefaults()
{
Item.consumable = true;
Expand Down
6 changes: 0 additions & 6 deletions Content/Items/Reagents/CommonSpellReagent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ public CommonSpellReagent()
{
}

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Common Spell Reagent");
// Tooltip.SetDefault("Collection of most common spell reagents\nrequired for spellcraft.");
}

public override void SetDefaults()
{
Item.maxStack = 9999;
Expand Down
6 changes: 0 additions & 6 deletions Content/Items/Reagents/MythicalSpellReagent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ public MythicalSpellReagent()
{
}

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Mythical Spell Reagent");
// Tooltip.SetDefault("Extremely rare and powerful reagents required for\ncreation of extremely powerful spells.");
}

public override void SetDefaults()
{
Item.maxStack = 9999;
Expand Down
6 changes: 0 additions & 6 deletions Content/Items/Reagents/RareSpellReagent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ public RareSpellReagent()
{
}

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Rare Spell Reagent");
// Tooltip.SetDefault("Advanced spell reagents required for various advanced spells.");
}

public override void SetDefaults()
{
Item.maxStack = 9999;
Expand Down
2 changes: 0 additions & 2 deletions Content/Items/SpellResonator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public SpellResonator()

public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Spell Resonator");
// Tooltip.SetDefault("Magical artefact resonating with your voice and capable of binding your words to itself.");
CreativeItemSacrificesCatalog.Instance.SacrificeCountNeededByItemId[Type] = 1;
ItemID.Sets.GamepadWholeScreenUseRange[Item.type] = true; // This lets the player target anywhere on the whole screen while using a controller
ItemID.Sets.LockOnIgnoresCollision[Item.type] = true;
Expand Down
3 changes: 0 additions & 3 deletions Content/Items/SpellTomes/AdvancedSpellTome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ public class AdvancedSpellTome : SpellTome
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Advanced Spell Tome");
// Tooltip.SetDefault("A book that contains complex and potent mid level spells. This tome contains spells ranging from level 4 to level 6.");

var content = new SpellTomeContent();
content.AddCount(2, .70);
content.AddCount(3, .25);
Expand Down
3 changes: 0 additions & 3 deletions Content/Items/SpellTomes/BeginnerSpellTome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ public class BeginnerSpellTome : SpellTome
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Beginner Spell Tome");
// Tooltip.SetDefault("A book that contains multitude of common low level spells. This tome contains spells ranging from level 1 to level 3.");

var content = new SpellTomeContent();
content.AddCount(2, .70);
content.AddCount(3, .25);
Expand Down
3 changes: 0 additions & 3 deletions Content/Items/SpellTomes/SpellwrightTeachings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ public class SpellwrightTeachings : SpellTome
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Spellwright Teachings");
// Tooltip.SetDefault("Sacred book of Spellwrights that contains essential knowlege for those who wish to learn mystical art of spellcraft.");

var content = new SpellTomeContent();

// Level 0
Expand Down
3 changes: 0 additions & 3 deletions Content/Items/SpellTomes/SupremeSpellTome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ public class SupremeSpellTome : SpellTome
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Supreme Spell Tome");
// Tooltip.SetDefault("Very valuable book that contains most rare and powerful spells. This tome contains spells ranging from level 7 to level 10.");

var content = new SpellTomeContent();
content.AddCount(2, .8);
content.AddCount(3, .2);
Expand Down
1 change: 0 additions & 1 deletion Content/Minions/BirdOfMidasMinion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public class BirdOfMidasMinion : ModProjectile
{
public override void SetStaticDefaults()
{
// DisplayName.SetDefault("Raven of Midas");
Main.projFrames[Projectile.type] = 8;
ProjectileID.Sets.MinionTargettingFeature[Projectile.type] = true;

Expand Down
Loading

0 comments on commit 7c81d16

Please sign in to comment.