예제 #1
0
    public override void SkillEffect(GameObject player)
    {
        OctoChefAttacks octo = player.GetComponent <OctoChefAttacks>();

        octo.sushiDiscoDancePercentageDamageIncrease = ConstantsDictionary.ShowtimeDiscoDancePercentageDamageIncrease;
        octo.sushiDiscoDanceDuration = ConstantsDictionary.ShowTimeDiscoDanceDuration;
    }
예제 #2
0
    public override void SkillEffect(GameObject player)
    {
        OctoChefAttacks octo = player.GetComponent <OctoChefAttacks>();

        octo.purpleRainPoisonDuration = ConstantsDictionary.LigeringToxinPoisonDuration;
    }
예제 #3
0
    public override void SkillEffect(GameObject player)
    {
        OctoChefAttacks octo = player.GetComponent <OctoChefAttacks>();

        octo.hackNSushiIncreaseInDamage += ConstantsDictionary.RealShokuninIncreaseInDamage;
    }
예제 #4
0
    public override void SkillEffect(GameObject player)
    {
        OctoChefAttacks octo = player.GetComponent <OctoChefAttacks>();

        octo.hackNSushiBeforeMasterOfKnives = false;
    }
예제 #5
0
    public override void SkillEffect(GameObject player)
    {
        OctoChefAttacks octo = player.GetComponent <OctoChefAttacks>();

        octo.enemiesHitWithKnife = ConstantsDictionary.SharpenedEdgesEnemiesHit;
    }
예제 #6
0
    public override void SkillEffect(GameObject player)
    {
        OctoChefAttacks octo = player.GetComponent <OctoChefAttacks>();

        octo.purpleRainPoisonArea = ConstantsDictionary.MyBeakIsBiggerPoisonArea;
    }
예제 #7
0
    public override void SkillEffect(GameObject player)
    {
        OctoChefAttacks octo = player.GetComponent <OctoChefAttacks>();

        octo.purpleRainPoisonDamage = ConstantsDictionary.InkThisPoisonDamage;
    }