Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I would say that Big Trolls from Act 3 could use that for their Leap Attack.
Most "Story Bosses" and "Champs" could use this for their "Big Hit" attacks in general.
@Steffire3, thanks for taking an interest. I was hoping you'd think it was worthwhile, you have an excellent grasp of what other tl2 players might like as well.
I'll start with bosses and then look at normal mobs, starting with those trolls ;)
I mucked around with the timeline of the skill and tried adding the particle in there, but it ended up just making the animation play then the damage shape and everything else came after and out of sync.
I tired making a unit theme for it, but I can't work out how to make the unit theme appear at the same time as the inital attack animation. Is that possilbe do you know?
I tried my luck and added this to the top part of the troll skills:
<STRING>TYPE:UNIT THEME
<STRING>UNITTHEME:warning
but it didn't work :P
It worked for the seige guardian's big drill attack because he has a warmup particle too.
On the POGG troll (in act1 goblin mines) I could sort of get it to work by attaching to the warmup particle that is added to his weapon. But not many other skills seem to do this and it appears in a funny place.
But quite a lot of the attacks just use a slowed down or unique animation to start off the skill. The animation is defined in the skill in these cases, and the layout file just shows the damage shape and which particles to use - nothing about the animation.
*I just tried adding it to the skill as an extra effect like this:
[EFFECT]
<STRING>TARGET:SELF
<STRING>ACTIVATION:DYNAMIC
<STRING>DURATION:2
<STRING>TYPE:UNIT THEME
<STRING>UNITTHEME:warning
[/effect]
but it still happens as the damage is being done. Heh it's too late! :D
I need to find a way to make it happen when the attack animation begins. That way I can place it above the monsters head regardless of what other particles there are.
[EVENT_START]
<STRING>FILE:media/particles/bighitwarmup.layout
<BOOL>ATTACHES:true
[/event_start]
Now to get into adding it to all those big hits :)