Making 17 differents attack type/defense type

Alcool0007

New Member
Reaction score
0
In th title i mean making like 17 diferents armor & damage type like :
piercing attack , siege attack...
medium armor, light armor...

My first guest was if I could not add some new type, I could use trigger to compare difference between 1 ability's of the attacker & 1 from the attacked at every hit.

Like If attacker had ability's(watertype attack) & attacked had ability's(firetype armor) result: does 2x damage.
--- --- --- --- ---
I know nothing about jaws. so i search the way to make it & onely find something similar whit effect.
Finaly I dint know how to attack effect on unitstype, whom trigger could detect & use.

Finally I need to use the <Unitname_dmgplus 1> dint know the syntaxe, but i need this variable in my trigger to add damage in every attack

ex:
Event Generic Unit as been attacked

condition
attacked has abilit'y // or buff
attacker has abilit'y// or buff

action
unit-damage target. Damge the target by ...
... arithmetic (2 X [ attacker_dmgplus 1 ] )
...
ps. dmgplus 1 was the equivalence of base damage in the object editor.
--- --- ---

If you whant more details I try to make a pokemon map whit all the stats from
http://bulbapedia.bulbagarden.net/wiki/main_page

whit all the type
normal,fighting,flying,poison,ground,rock,bug,ghost,steel.
fire,water,grass,electric,psychic,ice,dragon,dark.
 

NoobImbaPro

You can change this now in User CP.
Reaction score
60
you have to rename and create the files you need with the elemnt names you want to have.
 

Alcool0007

New Member
Reaction score
0
This is exactely what I done & suprise there was onely 7 differents attack type & defense type.

If you know an issue to increase the amount of codeline in the advanced settings , just lets me know. If not, just read carefully what I send, maybe you would be able to find a second idea.
 

Zurtrogx

Active Member
Reaction score
24
You can't add any more armour/attack types.

I reckon the best thing to do will be to use your idea about comparing abilities between the units.

You should use something like this:


Trigger:
  • Damage detection setup I
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set Damage_Detection_group = (Units in (Playable map area))
      • Unit Group - Pick every unit in Damage_Detection_group and do (Actions)
        • Loop - Actions
          • Trigger - Add to Damage detection &lt;gen&gt; the event (Unit - (Picked unit) Takes damage)


Trigger:
  • Damage detection setup II
    • Events
      • Unit - A unit enters (Playable map area)
    • Conditions
      • ((Triggering unit) is in Damage_Detection_group) Equal to False
    • Actions
      • Unit Group - Add (Triggering unit) to Damage_Detection_group
      • Trigger - Add to Damage detection &lt;gen&gt; the event (Unit - (Triggering unit) Takes damage)



Trigger:
  • Damage detection
    • Events
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Fire Attack for (Damage source)) Greater than 0
          • (Level of Grass Armour for (Triggering unit)) Greater than 0
        • Then - Actions
          • Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) - (Damage taken))
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Electic Attack for (Damage source)) Greater than 0
          • (Level of Ground Armour for (Triggering unit)) Greater than 0
        • Then - Actions
          • Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) + (Damage taken))
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Normal Attack for (Damage source)) Greater than 0
          • (Level of Rock Armour for (Triggering unit)) Greater than 0
        • Then - Actions
          • Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) + ((Damage taken) / 2.00))
        • Else - Actions

And then add in all the other ones for the other types.
 

Alcool0007

New Member
Reaction score
0
Thanks a lots! You save me a udge amount of time by searching around & around in all diferents forum & triggers.

Just by tinkings about the stuff it could work. Its just bad that i dint think about ablitity's level :p .

I guess something... if we add all units in one unit group , what was the variable limit?
Maybe I need an another trigger to decrease variable space when units die, being removed from map or exchange; and adding a condition when units created arrent a pokemon.

Finaly your example was complete but a bite hard to remake ( I done it ), but at start I fear to make mistake :p .
 

perkeyone

something clever
Reaction score
71
i am doing a similar thing in my map
(having custom attack and armor types)
but i have only 5 types
so i was able to fit them all in

however you could use one of the fields in the object editor to hold your pokemon's type such as the point value (since point values dont matter a whole lot in bnet games)

then trigger the damage
using triggers similar to the ones zurtrogx posted
the only difference would be instead of checking an ability's level you would chech\k the point value
 

Zurtrogx

Active Member
Reaction score
24
Alcool0007 said:
if we add all units in one unit group , what was the variable limit?
I think you can have about 8000 units in a group. I'm not too sure on that, though.

Alcool0007 said:
Maybe I need an another trigger to decrease variable space when units die, being removed from map or exchange; and adding a condition when units created arrent a pokemon.
No, do not remove units from the group.
And yes, make a condition to detect if it is a Pokemon. For each Pokemon, set Stats - Unit Classification to Ancient. Then use the condition ((Triggering unit) is An Ancient) Equal to True.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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