Rivals of Aether

Rivals of Aether

评价数不足
Style meter
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
153.342 KB
2024 年 6 月 30 日 下午 12:20
2024 年 8 月 16 日 上午 3:20
3 项改动说明 ( 查看 )

订阅以下载
Style meter

描述
Inspired by ULTRAKILL's detailed style meter, heals the player if he plays good.
It can have some bugs or some character breaking.


-------------------------Compilability-------------------------------------------------------------------------------
If you want to make your character have special bonuses, just insert this code in your script:

if ("mypet" in self)
{
with (mypet){
text9 = text8
text8 = text7
text7 = text6
text6 = text5
text5 = text4
text4 = text3
text3 = text2
text2 = text1
text1 = ("+ [Bonus Name]")
total += [Amount of Style it gives]
removetime = 100
textoff = 10
}
}

Example from hit_player.gml:
if (weapon == "railcanon" && coin_hit)
{
if ("mypet" in self)
{
with (mypet){
text9 = text8
text8 = text7
text7 = text6
text6 = text5
text5 = text4
text4 = text3
text3 = text2
text2 = text1
text1 = ("+ ULTRA Ricoshot")
total += 250
removetime = 100
textoff = 10
}
}
}
------------------------------------------------
9 条留言
Angel Dust 2024 年 7 月 10 日 下午 6:36 
Hmmm okay
ExMagikGuy  [作者] 2024 年 7 月 9 日 下午 11:11 
@Mons Well, thats bad, i can't fix it because of the limited buddy codind.
Angel Dust 2024 年 7 月 9 日 上午 11:03 
multi hit smash does not work
ExMagikGuy  [作者] 2024 年 7 月 7 日 下午 1:06 
@Enderjed Should be. is it not?
Enderjed 2024 年 7 月 7 日 上午 9:40 
Does it work in multiplayer?
Eggent10008 2024 年 7 月 2 日 上午 9:44 
this is great for peppino lol
ExMagikGuy  [作者] 2024 年 7 月 1 日 上午 7:55 
@bendycake I can, i will do this in updates for this buddy, it already has special bonuses for vanilla Rivals of Aether characters, or other people can make it compatible, using simple code.
bendycake 2024 年 7 月 1 日 上午 6:23 
i just got an idea what if you could make custom style bonuses for characters
bendycake 2024 年 6 月 30 日 下午 1:58 
must play the v1 character with this :3