[DiscordArchive] How would i create a spell whereas the tooltip ...
[DiscordArchive] How would i create a spell whereas the tooltip ...
Archived author: stoneharry • Posted: 2024-11-28T21:51:41.096000+00:00
Original source
in terms of how the scaling is done, it's based on a few things:
- Base tab: `Spell Level`
- Base tab: `Base Level`
- Base tab: `Max Level`
Under Effects 2, the EffectBonusMultiplier must be > 0. 1 would scale exactly in line with level. 0.5 would scale at half the rate.
https://i.imgur.com/rfaGd4S.png
https://i.imgur.com/RMPRCNw.pnghttps://i...om/rfaGd4S
https://imgur.com/RMPRCNw
Archived author: stoneharry • Posted: 2024-11-28T21:52:41.100000+00:00
Original source
oh and you might need this ticked in attributes https://i.imgur.com/EQDiqq7.pnghttps://i...om/EQDiqq7
Archived author: avoel • Posted: 2024-11-28T21:52:49.311000+00:00
Original source
my goal was to create a spell that scales entirely with the level of the player and then is affected by stats(spellpower) in this case.
The scaling works flawless at level 1 we have a base damage of 100, at level 60 940 which is also affected by spellpower.
However the tooltip always remains at 101-100 damage
Archived author: avoel • Posted: 2024-11-28T21:52:50.651000+00:00
Original source
OOO
Archived author: stoneharry • Posted: 2024-11-28T21:53:20.635000+00:00
Original source
to make the damage always 250, you would set base points to 249 and die sides to 1
Archived author: avoel • Posted: 2024-11-28T21:57:00.026000+00:00
Original source
aight , gonna try that and will give feedback in a few minutes
Archived author: Aleist3r • Posted: 2024-11-28T21:57:46.194000+00:00
Original source
shouldn't be needed
Archived author: Aleist3r • Posted: 2024-11-28T21:58:22.456000+00:00
Original source
show your tooltip variables, chances are something is incorrect there since it shows 101-100
Archived author: avoel • Posted: 2024-11-28T21:59:01.942000+00:00
Original source
the issue with 101-100 was cuz i had base points at 100 and die sides on 0
Archived author: avoel • Posted: 2024-11-28T21:59:08.207000+00:00
Original source
i believe