Library Of Ruina

Library Of Ruina

Library of Runia Workshop
Custom Head WorkShop_TEST
了解更多
Enkephalin 1 2022 年 4 月 6 日 下午 11:39
Mass attacks?
Bit of a newbie question, but how does anyone create mass attack pages (both summation and individuals)? The game's editor only allows melee and ranged pages.
< >
正在显示第 1 - 3 条,共 3 条留言
yarrrr 10 2022 年 4 月 7 日 上午 3:37 
You'll have to manually edit the card XML file in your mod folder (I recommend Notepad++ to view them). Don't worry if it doesn't show properly in the editor since it's not supported but the changes will still be there

Add FarArea (Summation) or FarAreaEach (Individual) within the quotes in Range="".

Be sure to change Affection="One" to Affection="Team" as well.

Note that the character will simply play the attack motion and damage all enemies. You can use an existing ActionScript if you want to replicate what the game created (You can find them in this website[tiphereth.herokuapp.com] if you look up the cards for reference)
最后由 yarrrr 编辑于; 2022 年 4 月 7 日 上午 3:41
Enkephalin 1 2022 年 4 月 7 日 上午 4:35 
引用自 yarrrr
You'll have to manually edit the card XML file in your mod folder (I recommend Notepad++ to view them). Don't worry if it doesn't show properly in the editor since it's not supported but the changes will still be there

Add FarArea (Summation) or FarAreaEach (Individual) within the quotes in Range="".

Be sure to change Affection="One" to Affection="Team" as well.

Note that the character will simply play the attack motion and damage all enemies. You can use an existing ActionScript if you want to replicate what the game created (You can find them in this website[tiphereth.herokuapp.com] if you look up the cards for reference)


Ah, I see. So based on my understanding of this, if I wanted to have make a mass-individual page that cosmetically looks like Yesod's Grinder Mk.2. I'd have to have these values:

<Spec Range="FarAreaEach" Cost="7" Affection="Team" EmotionLimit="4" />

and under behaviorlist:
<Behaviour Min="5" Dice="8" Type="Atk" Detail="Slash" Motion="J" MotionDefault="N" EffectRes="EGO_Helper_Atk" Script="" ActionScript="yesodboss_helper" Desc="" />

If I wanted to have an On Play page, would the proper value for Spec Range be Instant?

I'm actually quite unfamiliar with most of the tags and labels for this game's XML so this is actually a big step forward for me for making custom receptions.

Would doing this also cause a weird interaction with the game's invitation editor by any chance? I would assume it won't recognize a page if it isn't a melee or ranged.
最后由 Enkephalin 编辑于; 2022 年 4 月 7 日 上午 4:36
NoahThePerson 99 2022 年 8 月 7 日 下午 11:45 
Very late but on use cards seem to be Instance not instant.
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50