Quick Hero Feedback Appreciated :]

Aniconic

I am the very model of a modern major general!
Reaction score
3
Hey everyone, I'm in the process of slowly thinking of Hero Ideas for afree for all Deathmatch Arena, and I was interested in some second opinions on overall ideas. :]

Forgive me if the Abilities are a little unbalanced, But I figured I should just get the basic Ideas out there so you guys could critique them as they apply to overall synergy and relevance to the theme of the hero.

Hunter -
Primary Attribute: Agility

Str: 18 @ +1.50 a level
Agil: 23 @ +2 a level
Int: 16 @ +.75

Abilities:

Summon Quill-hound - [Level 1 - 3]
Mana Cost: 55
30 sec cool down

Summon a trained Quilbeast companion to assist you in battle.

Level 1 stats: 200 Health and dealing 9 - 18 ranged physical damage, lasts 30.

Level 2 stats: 300 Health and dealing 10 - 20 ranged physical damage, Lasts 30 seconds.

Level 3 stats: 325 Health and dealing 12 - 24 ranged physical damage, Lasts 60 seconds.

Camouflage - [Level 1 - 3]
Mana cost: 75
30 second cool down

Gives all friendly units within range around the hunter convincing camouflage, making them invisible and reducing their movement speed by 25% for a short period of time, or until the hunter attacks.

Level 1 - Lasts a maximum of 8 seconds

Level 2 - Lasts a maximum of 10 seconds

Level 3 - Lasts a maximum of 15 seconds

True-shot Aura - [Level 1 - 3]
Passive Aura

An Aura that offers bonus damage for friendly ranged units.

Level 1 - Increases the damage dealt by friendly ranged units by 5%.

Level 2 - Increases the damage dealt by friendly ranged units by 7%.

Level 3 - Increases the damage dealt by friendly ranged units by 10%.

Build Hunter's Pillbox - [Level 1]
Mana cost: 150
120 second Cool down

Allows the hunter to construct a Pillbox that the hunter can occupy and shoot from. This structure has a passive camouflage ability that hides the pillbox. Lasts 45 seconds.

Level 1 - Creates a pillbox that the hunter can occupy and shoot from. Lasts 45 seconds.


All opinions welcome! This is my first hero, So by all means, be brutal, haha. :p
 

HeX.16

Isn't Trollin You Right Now
Reaction score
131
I like the first 3 abilities. They work well together for stalking enemies and hiding, waiting. The pillbox idea is a little boring to me as a hunter should be moving and chasing enemies, I would try to find a replacement.
 

Aniconic

I am the very model of a modern major general!
Reaction score
3
I like the first 3 abilities. They work well together for stalking enemies and hiding, waiting. The pillbox idea is a little boring to me as a hunter should be moving and chasing enemies, I would try to find a replacement.

When I thought of it I was thinking it could be used as a last resort for the hunter if he was getting his ass kicked lol. Like assuming he was getting ganked, he could summon a pillbox and get in it quickly, or fall back to an already build one that was in hiding.

I see what your saying though, it would still be boring because you wouldn't be able to cast abilities for 45 seconds.

Maybe a trap ulti that the player could set every so often that stunned and dealt damage to the trap triggering unit? Or would that be annoying...?
 

HeX.16

Isn't Trollin You Right Now
Reaction score
131
Traps that can be set and detonated on command OR when an enemy is near to it would be nice. I would make it so i can be interchangeable by clicking(using) an ability that either the trap itself or the hero has. This idea is much more fun but more complex.
 

Aniconic

I am the very model of a modern major general!
Reaction score
3
I love that idea!

What if:

I made a trigger that added a dummy ability called "Detonate" with "D" as the hotkey and in button position (2,1) if a unit learns the trap ability. When a player uses the trap ability and creates a mine in a location, have a trigger add that unit to a unit group array (player number of casting unit).

And finally, when a unit uses "detonate", a trigger will select all units in the unit group array of that player and kill those mine units/remove them from the unit group.

Think that would work?
 

HeX.16

Isn't Trollin You Right Now
Reaction score
131
It would. Its a rather simple trigger. If you need help post up what you have and i will help.
 

Aniconic

I am the very model of a modern major general!
Reaction score
3
It would. Its a rather simple trigger. If you need help post up what you have and i will help.

I appreciate that a lot!

EDIT: Figured it out, Lol, alright on to some quick triggering!
 

HeX.16

Isn't Trollin You Right Now
Reaction score
131
Use the ability Berserk(orc ability) Set all the fields like durration(0.01) and bonuses to 0. Then make a trigger when this ability is cast. You run your trigger.]

Trigger:
  • Test
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to **Dummy Ability**
    • Actions
 

Aniconic

I am the very model of a modern major general!
Reaction score
3
Here is what I have so far.

Finished the code, but for whatever reason, Detonate (Dummy ability) isn't given to the learning unit :\

This trigger runs when a hero learns the Plant Explosive Ability:
Trigger:
  • Learns Explosive charge
    • Events
      • Unit - A unit Learns a skill
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Learned Hero Skill) Equal to Plant Explosive - [Level 1]
        • Then - Actions
          • Hero - Learn skill for (Learning Hero): Detonate!
        • Else - Actions


This runs when either one of the abilities are cast:

Trigger:
  • Casts an ability
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Ability being cast) Equal to Plant Explosive - [Level 1]
        • Then - Actions
          • Unit Group - Add (Last created unit) to Planted_Bombs[(Player number of (Owner of (Casting unit)))]
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Ability being cast) Equal to Detonate!
        • Then - Actions
          • Unit Group - Pick every unit in Planted_Bombs[(Player number of (Owner of (Casting unit)))] and do (Actions)
            • Loop - Actions
              • Unit - Kill (Picked unit)
        • Else - Actions


And finally, I added a remove unit from unit group with an if/then/else statement in my "a unit dies" trigger. If its TLDR, just read the bottom part.

Trigger:
  • Unit Dies
    • Events
      • Unit - A unit Dies
    • Conditions
    • Actions
      • Player Group - Pick every player in All_Players and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • And - All (Conditions) are true
                • Conditions
                  • (Owner of (Dying unit)) Equal to (Picked player)
                  • ((Dying unit) is A Hero) Equal to True
            • Then - Actions
              • Set Kills[(Player number of (Owner of (Killing unit)))] = (Kills[(Player number of (Owner of (Killing unit)))] + 1)
              • Set Deaths[(Player number of (Owner of (Dying unit)))] = (Deaths[(Player number of (Owner of (Dying unit)))] + 1)
              • Unit Group - Add (Dying unit) to Dead_Heroes
              • Unit Group - Remove (Dying unit) from Heroes
              • Set Kill_Camera_Visibility[(Player number of (Owner of (Dying unit)))] = (Last created visibility modifier)
              • Visibility - Create an initially Enabled visibility modifier for (Owner of (Dying unit)) emitting Visibility across Arena Whole <gen>
              • Camera - Lock camera target for (Owner of (Dying unit)) to (Killing unit), offset by (0.00, 0.00) using Default rotation
              • Set TempIntArray[(Player number of (Owner of (Dying unit)))] = (Player number of (Owner of (Killing unit)))
              • Game - Display to (All players) the text: (Player_Color[(Player number of (Owner of (Dying unit)))] + ((Name of (Owner of (Dying unit))) + (|r + ( was just killed by + (Player_Color[(Player number of (Owner of (Killing unit)))] + ((Name of (Owner of (Killing unit))) + (|r + !)))))))
            • Else - Actions
              • For each (Integer A) from 1 to (Number of players in All_Players), do (Actions)
                • Loop - Actions
                  • Unit Group - Pick every unit in Planted_Bombs[(Integer A)] and do (Actions)
                    • Loop - Actions
                      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                        • If - Conditions
                          • (Dying unit) Equal to (Picked unit)
                        • Then - Actions
                          • Unit Group - Remove (Triggering unit) from Planted_Bombs[(Integer A)]
                        • Else - Actions
 

HeX.16

Isn't Trollin You Right Now
Reaction score
131
If you want more feed back i would suggest a small test map with the hero, people like to see visual things rather than read xD
 

Aniconic

I am the very model of a modern major general!
Reaction score
3
If you want more feed back i would suggest a small test map with the hero, people like to see visual things rather than read xD

Oh yeah sure thing, Hang on, I'll load everything into a map for you.

I've actually been having some serious issues with getting the game to put the mines into the correct unit group. :S

Edit: There it is :] as you can see i am an ability noob. It really couldn't be any less polished If i tried. Rofl. Oh well, I can deal with it later when we figure it out!
 

Attachments

  • testmap.w3x
    9.5 KB · Views: 108

HeX.16

Isn't Trollin You Right Now
Reaction score
131
Here i fixed it a bit xD It works now xD

Added Camouflage its not exactly how you wanted but i dont have time to create it right now. Maybe a little later.
 
General chit-chat
Help Users
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top