Round 37 Changes

Spells

Totally revamped spell system. This makes it much easier to add new spells and create different features around spells. It also leaves no room for mismatch in the previously hardcoded spell description, instead using dynamic descriptions just like Techs and Ruler Titles.

I’ve done testing and patched all bugs I’ve found but expecting some to have slipped through.

Classes and Scopes

Spells are categorised into three Classes and three Scopes.

The Classes are:

  • Aura: spells that have a lingering effect (Harmony, Plague)
  • Impact: spells that have an impact effect (Fireball)
  • Info: information gathering spells

(There is a fourth category under the hood for Afflicted invasion spells.)

Each spell also has one of three Scopes:

  • Friendly: cast on dominions in your realm.
  • Hostile: cast on dominions not in your realm.
  • Self: cast on yourself.

All in all, there are nine possible types of spells:

AuraImpactInfo
FriendlyFriendly AuraFriendly ImpactFriendly Info
HostileHostile AuraHostile ImpactHostile Info
SelfSelf AuraSelf ImpactSelf Info
There are currently no Friendly Info and Self Info spells.

New spells

  • Transmogrify (self impact): converts 25% of your current ore to gems at a rate of 4:1.
  • Waterwall (self aura): -80% boats sunk, -100% dock food production.
  • ◭⫸⋖⋗ (Void self aura): -80% mana theft.
  • Iceshield (Icekin friendly aura): -10% damage from fireballs and lightning bolts.
  • Birdsong (Sylvan friendly impact): restores 1% morale (up to max of 100%).
  • Pyroclast (Firewalker hostile impact): twice as powerful as a regular Fireball.
  • Frozen Shores (Icekin, Yeti, and Snow Elf hostile aura): target cannot send out boats.
  • Lightfoots (Halfling friendly aura): +10% spy strength.

Other Changes

  • Cult and Afflicted are taking a brief hiatus.
  • Espionage system also rewritten using the same logic as Spells but no gameplay changes have been implemented. For now, just replicating the old spy ops using this new logic.
  • New page: Intelligence. All information gathering spy and wiz ops are on this page now. Further changes over the coming rounds.
  • On the Search page, limiting to “My Range” now excludes dominions from your own realm.
  • Guard Towers, Gryphon Nests, and Temples changed from 2x max 40% to 1.8x max 36%.
  • Spy Strength and Wizard Strength now apply to SPA and WPA the same way morale does to OP and DP:
    [Raw SPA] * [Mods] * (0.9 + [Spy Strength %]/10)
    • Spy Strength also affects amount stolen the same way:
      [Amount Stolen] * (0.9 + [Spy Strength %] / 10)
  • Quarters advancements is now a multiplicative bonus:
    [Bonus] * [Quarters] * [Prestige]
  • Dragon:
    • Dragon cost changed from 50,000 gems to 45,000 gems.
  • Kerranad:
    • Assassin training time changed from 9 to 6.
    • Immortal Guard training time changed from 9 to 6.
    • Battlemage training time changed from 12 to 6.
    • Immortal Knight changed from 9/4 to 9/5.
    • Immortal Knight training time changed from 12 to 9.
  • Firewalker:
    • Cannot cast Fireballs (gets Pyroclast instead).
  • Spirit:
    • Construction cost bonus removed.
    • Rezoning cost bonus changed from -30% to -20%.
  • Weres:
    • Defense from forest changed from 0.10% to 0.125% per 1% Forest.
    • Werebear changed from 8/6 to 9/5.

Reporting Bugs

I appreciate everyone who reports bugs and in order to keep bug fixing as streamlined as possible, I’d like to propose some guidelines when reporting bugs.

  1. Be specific: I am much more likely to be able to solve a bug quickly if you believe you have found a bug and can be specific about how and when it occurred.

    Good: “It seems like I got conversions from an ammunition unit when I was invaded by [Dominion] at [Time].”

    Bad: “Something seems to be wrong with conversions.”
  2. Give data: A lot of information that you see as a player is not easy for me to see in the database. The more relevant data you can provide, the easier it will be for me to pinpoint where the issue might be.

    Good: “I suffered 5% damage from lightning bolts, despite having 50% Spires. Here’s an example where a bolt did 1,000,000 points damage when my total imp points were 20,000,000.”

    Bad: “I feel like bolt damage is too high.”

Similar Posts

  • Round 18 Changes

    General Land generated on invasion increased by (XP/1000000)%. Spell damage calculations cleaned up and refactored. Forest Haven fireball damage reduction uncapped. If you want to go 12.5% FH for 100% reduction, you do you. Masonry lightning bolt damage reduction also uncapped. Enjoy 80% reduction at 100% Masonries. Fireball base damage increased from 0.33% to 0.50%….

  • Round 35 Changes

    Energy Mirror changed from 20% to 25% chance to reflect spell. New spell: Aura: reduces damage from spells by 20%. Some under the hood changes to spell damage and spell damage reductions. Mainly, spell damage reduction now also applies to non-instant spells such as Insect Swarm and Earthquake. Rezoning costs reduced by approximately 15%. Prestige…

  • Round 21 Changes

    Enter key does not work on the invade page. You have to click the Invade button. A dominion which invades another dominion, remains the attacked dominion’s range regardless of guards or size limitations for a period of 3 hours. All castle improvements base max increased by 5%. Void improvements max bonus decreased from 100% to…

  • Round 66 Changes

    General MoraleCalculator: Technical change to how morale is calculated. This should not have any gameplay impact. But it opens up for more possibilities for creating perks related to morale. Morale is calculated in two steps: Base Morale and Morale Multipliers. When a perk increases base morale, it’s an additive bonus added to the 100% standard….

  • Round 49 Changes

    General Prestige interest: prestige grows by [Prestige] * ([Net Victories] / 40,000) per tick. In order for prestige interest to work, prestige now stored as a decimal value, but only ever shown and used rounded down (floor([Prestige]). This means that you will continue to earn decimals of prestige but only integers count (599.0 and 599.9…