Steal Drops

● ARCHIVED · READ-ONLY
Started by Tsukihime 1 posts View original ↗
  1. Effect: Steal Drops

    -Tsukihime

    effect_steal_drop.jpg

    This script allows you to add a "Steal Drop" effect to your skill.

    It allows you a chance to steal a drop from the enemy. When an item is successfully stolen, it cannot be stolen again. However, you can still receive it as a drop item.

    When your actor fails to steal, an appropriate "failure" message will be displayed. And if the enemy has nothing to steal, a message informing you that the enemy has nothing to steal will be displayed.

    You can also setup the steal rates for each drop.

    Usage

    Tag your item/skill with

    <eff: steal_drop>Then tag your enemies to adjust their steal rates for each drop

    Code:
    <steal: index prob><steal: 1 0.02> # first drop item steal rate at 2%<steal: 2 0.25> # second drop item steal rate at 25%
    If you don't specify a steal rate then the item can't be stolen.Download

    Script: http://db.tt/u4QfnOUd

    Required: Effect Manager