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

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

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

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

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

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

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

        octo.purpleRainPoisonDamage = ConstantsDictionary.InkThisPoisonDamage;
    }