Library Of Ruina

Library Of Ruina

Library of Runia Workshop
Custom Head WorkShop_TEST
Learn More
NOOB 9 5 Apr, 2023 @ 9:52am
How to create a combat page with a mass-attack in Invitation editor?
Button with a mass or individual-mass attack is simply not available.
Do I need to change something in the mod file or does it require the intervention of some program?
< >
Showing 1-3 of 3 comments
Dice_24K 12 Apr, 2023 @ 4:35am 
I saw in another discussion that someone's method to making mass attacks is to take vanilla mass attacks and edit them. Good luck.
NOOB 9 12 Apr, 2023 @ 5:28am 
I can't take ready-made pages in the editor. It would be possible to take such a page from another mod and make your own type based on it, but in my opinion this is not normal.
DoT 19 13 Apr, 2023 @ 1:00am 
Originally posted by NOOB:
I can't take ready-made pages in the editor. It would be possible to take such a page from another mod and make your own type based on it, but in my opinion this is not normal.

Mass attacks require animations and coding, otherwise, if you make a mass attack page without it, it will just have the character stand still with no effects as the enemies take damage.

As Dice_24K Mentioned, you have to copy and paste the code of an existing mass attack page, so it plays the same effect, or edit it with knowledge to make it work differently instead of being a copy and past animation.

The only option without any coding advice for the editor i can give is to go to this website https://tiphereth.zasz.su/cards/ and look for a mass attack page that you like, and copy and past the ActionID into the Folder of your Mod ---> Data ---> and click edit for CardInfo.xml. then find the skill you want to turn into a mass attack page and copy . past the action Id Between ActionScript="" so it says something like ActionScript="Copy&PastedCode"

This is for the animation exclusively, to make the skill into a mass attack, you simply change the range of the skill. Find your attack, and look for Spec Range=" "

Change the inside of "" into
FarAreaEach" for single dice targeting Mass Attack
Range="FarArea" for all dice targeting Mass Attack

For Example Range="FarAreaEach" or Range="FarArea"

Because of the way the editor works, don't work on the page after you edit this into the cardinfo.xml as it will overwrite it back into a basic page and you will have to go into cardinfo.xml and edit it again to change it into a mass attack again. So make sure you have the stats you want, or else, just editing the name in the editor will revert it. Making you have to do more work
< >
Showing 1-3 of 3 comments
Per page: 1530 50