• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Import] [Help]About AttackPoint Of

Status
Not open for further replies.
Level 4
Joined
Jun 4, 2013
Messages
50
My Map has modify the attack like this:

base attack point <=attack point <= base attack point + Weapon attack point(the green part).

I want to edit the base attack point from "13-15" to "13" , becuase base attack is no fluctuation in now (UI)

it seems like a txt, but i did not find it in interface.

does anyone know is there any way to edit it?
 
Last edited:
Level 28
Joined
Sep 26, 2009
Messages
2,520
For non-hero units there are 3 fields that affect its damage output:
Combat - Attack 1/2 - Damage Base (shortly: DB)
Combat - Attack 1/2 - Number of Dices (shortly: NoD)
Combat - Attack 1/2 - Sides per Dice (shortly: SpD)

Damage output for non-hero units is calculated as: (DB + NoD) to (DB + [NoD * SpD]).
For example:
DB: 14
NoD: 2
SpD: 2
Damage is: (14 + 2) to (14 + [2*2]) => 16 to 18

If you want damage to be 13 to 13, then you simply have to set DB to 12 and both NoD and SpD to 1.

Also note, that there is a field called "Combat - Attack 1/2 - Animation Damage Point" but that is just for visual effect, it has nothing to do with damage output (it just determines when the unit lands an attack)
 
Level 4
Joined
Jun 4, 2013
Messages
50
I know that. I mean the display in UI .


orgin:
attack:13-15+6
defend:13+3

modify the unit can be:
attack:13-13+6
defend:13+3

but i like it to be like this:
attack:13+6
defend:13+3



it won't be "texttag" or "text" , i thought it must be a texttag or a Project of txt.
I had searched some txt in mpq.but not found.
 
Last edited:
Level 12
Joined
Mar 13, 2012
Messages
1,121
If we could somehow access the '-' then we could probably use color codes to hide it and the next number.
As Lender, I also doubt it's possible. At least I can tell you nobody knows how to do it.
 
Status
Not open for further replies.
Top