Library Of Ruina

Library Of Ruina

Library of Runia Workshop
Custom Head WorkShop_TEST
Learn More
Enkephalin 1 Apr 6, 2022 @ 11:39pm
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.
< >
Showing 1-3 of 3 comments
yarrrr 10 Apr 7, 2022 @ 3:37am 
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)
Last edited by yarrrr; Apr 7, 2022 @ 3:41am
Enkephalin 1 Apr 7, 2022 @ 4:35am 
Originally posted by 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.
Last edited by Enkephalin; Apr 7, 2022 @ 4:36am
NoahThePerson 88 Aug 7, 2022 @ 11:45pm 
Very late but on use cards seem to be Instance not instant.
< >
Showing 1-3 of 3 comments
Per page: 1530 50