FORUM ARCHIVED

Holy Handgranade explosion placed wrong

Discussion in 'Bugs' started by Kaoschan, Dec 18, 2011.

  1. Kaoschan

    Kaoschan Member

    If you throw a Holy Handgranade you would expect it to make the explosion an the tile it hit the enemy.

    In the current version (+ DLC) the Holy Handgranade explosion is not focus around your target but on your hero. So if you throw the granade 8 tiles away on an enemy, the explosion circle comes from the tile your hero stands on and not the tile the enemy stands.
     
  2. Godwin

    Godwin Member

    The Holy Handgrenade: your ticket to heaven, no matter where you throw it!
     
    Daynab likes this.
  3. Daynab

    Daynab Community Moderator Staff Member

    Filed, thanks. This used to work, who knows how it got broken.
     
  4. jaybud4

    jaybud4 Member

    Tentative fix:
    Code:
    <spell name="Holy Hand Grenade proc" type="target">
        <effect type="trigger" spell="The Stars Aligned" />
    </spell>
    Code:
    <item name="Holy Hand Grenade" iconFile="items/thrown_holygrenade.png" level="10" type="5" maxstack="1">
        <price amount="4000"/>
        <weapon crushing="1" righteous="10" thrown="items/thrown_holygrenade.png" hit="Holy Hand Grenade proc"/>
        <description text="'O Lord, bless this, thy hand grenade.'"/>
        </item>