From 1d8e2868f167014819f9509defbbbcc94b50aeaa Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 16 Apr 2021 00:09:15 -0400 Subject: [PATCH] Charge attack for minotaur functional. --- .../common/abilities/ability_set_manifest.ron | 8 ++++++++ .../abilities/custom/minotaur/charge.ron | 19 +++++++++++++++++++ .../abilities/custom/minotaur/cleave.ron | 19 +++++++++++++++++++ .../custom/minotaur/cripplingstrike.ron | 19 +++++++++++++++++++ .../abilities/custom/minotaur/frenzy.ron | 19 +++++++++++++++++++ .../items/npc_weapons/axe/minotaur_axe.ron | 10 +++++----- 6 files changed, 89 insertions(+), 5 deletions(-) create mode 100644 assets/common/abilities/custom/minotaur/charge.ron create mode 100644 assets/common/abilities/custom/minotaur/cleave.ron create mode 100644 assets/common/abilities/custom/minotaur/cripplingstrike.ron create mode 100644 assets/common/abilities/custom/minotaur/frenzy.ron diff --git a/assets/common/abilities/ability_set_manifest.ron b/assets/common/abilities/ability_set_manifest.ron index 18f67e45e6..1fc621ade6 100644 --- a/assets/common/abilities/ability_set_manifest.ron +++ b/assets/common/abilities/ability_set_manifest.ron @@ -207,6 +207,14 @@ (None, "common.abilities.custom.mindflayer.summonminions"), ], ), + Custom("Minotaur"): ( + primary: "common.abilities.custom.minotaur.charge", + secondary: "common.abilities.custom.minotaur.cripplingstrike", + abilities: [ + (None, "common.abilities.custom.minotaur.cleave"), + (None, "common.abilities.custom.minotaur.frenzy"), + ], + ), Custom("Bird Large Breathe"): ( primary: "common.abilities.custom.birdlargebreathe.firebomb", secondary: "common.abilities.custom.birdlargebreathe.triplestrike", diff --git a/assets/common/abilities/custom/minotaur/charge.ron b/assets/common/abilities/custom/minotaur/charge.ron new file mode 100644 index 0000000000..6563de650a --- /dev/null +++ b/assets/common/abilities/custom/minotaur/charge.ron @@ -0,0 +1,19 @@ +DashMelee( + energy_cost: 0, + base_damage: 500, + scaled_damage: 2000, + base_poise_damage: 25, + scaled_poise_damage: 100, + base_knockback: 10.0, + scaled_knockback: 30.0, + range: 7.5, + angle: 90.0, + energy_drain: 0, + forward_speed: 5.0, + buildup_duration: 0.4, + charge_duration: 4.0, + swing_duration: 0.1, + recover_duration: 0.5, + infinite_charge: false, + is_interruptible: false, +) \ No newline at end of file diff --git a/assets/common/abilities/custom/minotaur/cleave.ron b/assets/common/abilities/custom/minotaur/cleave.ron new file mode 100644 index 0000000000..6563de650a --- /dev/null +++ b/assets/common/abilities/custom/minotaur/cleave.ron @@ -0,0 +1,19 @@ +DashMelee( + energy_cost: 0, + base_damage: 500, + scaled_damage: 2000, + base_poise_damage: 25, + scaled_poise_damage: 100, + base_knockback: 10.0, + scaled_knockback: 30.0, + range: 7.5, + angle: 90.0, + energy_drain: 0, + forward_speed: 5.0, + buildup_duration: 0.4, + charge_duration: 4.0, + swing_duration: 0.1, + recover_duration: 0.5, + infinite_charge: false, + is_interruptible: false, +) \ No newline at end of file diff --git a/assets/common/abilities/custom/minotaur/cripplingstrike.ron b/assets/common/abilities/custom/minotaur/cripplingstrike.ron new file mode 100644 index 0000000000..6563de650a --- /dev/null +++ b/assets/common/abilities/custom/minotaur/cripplingstrike.ron @@ -0,0 +1,19 @@ +DashMelee( + energy_cost: 0, + base_damage: 500, + scaled_damage: 2000, + base_poise_damage: 25, + scaled_poise_damage: 100, + base_knockback: 10.0, + scaled_knockback: 30.0, + range: 7.5, + angle: 90.0, + energy_drain: 0, + forward_speed: 5.0, + buildup_duration: 0.4, + charge_duration: 4.0, + swing_duration: 0.1, + recover_duration: 0.5, + infinite_charge: false, + is_interruptible: false, +) \ No newline at end of file diff --git a/assets/common/abilities/custom/minotaur/frenzy.ron b/assets/common/abilities/custom/minotaur/frenzy.ron new file mode 100644 index 0000000000..6563de650a --- /dev/null +++ b/assets/common/abilities/custom/minotaur/frenzy.ron @@ -0,0 +1,19 @@ +DashMelee( + energy_cost: 0, + base_damage: 500, + scaled_damage: 2000, + base_poise_damage: 25, + scaled_poise_damage: 100, + base_knockback: 10.0, + scaled_knockback: 30.0, + range: 7.5, + angle: 90.0, + energy_drain: 0, + forward_speed: 5.0, + buildup_duration: 0.4, + charge_duration: 4.0, + swing_duration: 0.1, + recover_duration: 0.5, + infinite_charge: false, + is_interruptible: false, +) \ No newline at end of file diff --git a/assets/common/items/npc_weapons/axe/minotaur_axe.ron b/assets/common/items/npc_weapons/axe/minotaur_axe.ron index d1f47d9cdf..db469f4d84 100644 --- a/assets/common/items/npc_weapons/axe/minotaur_axe.ron +++ b/assets/common/items/npc_weapons/axe/minotaur_axe.ron @@ -6,14 +6,14 @@ ItemDef( hands: Two, stats: Direct(( equip_time_secs: 0.5, - power: 1.8, + power: 1.0, poise_strength: 1.0, speed: 1.0, - crit_chance: 0.048611112, - crit_mult: 1.6530613, + crit_chance: 0.1, + crit_mult: 1.5, )), )), - quality: Low, + quality: Legendary, tags: [], - ability_spec: Some(Custom("Axe Simple")), + ability_spec: Some(Custom("Minotaur")), ) \ No newline at end of file