NoWayHome Posted May 16, 2022 Posted May 16, 2022 Hi, I am look for help about how to modify consumption sp of a card effect. 1) Creamy Card : Teleport lv1 (SP:10) I want to change the SP:10 to SP:60 but not affect the effect of Acolyte. Any idea? P/S: If Iam in the wrong section please move me to the correct section. Thank you very much! Sorry for my bad english Quote
1 cook1e Posted May 16, 2022 Posted May 16, 2022 (edited) Clone the skill Teleport or simply add this script to Creamy Card itemheal 0,-50; Teleport SP 10 + 50 of itemheal = 60. Edited May 16, 2022 by cook1e Quote
1 _Terra Posted May 16, 2022 Posted May 16, 2022 - Id: 4040 AegisName: Creamy_Card Name: Creamy Card Type: Card Buy: 20 Weight: 10 Locations: Both_Accessory: true Flags: BuyingStore: true Script: | .@eac = eaclass(); if ((.@eac&EAJ_BASEMASK) == EAJ_ACOLYTE) { skill "AL_TELEPORT",1; } else { skill "AL_TELEPORT",1; bonus2 bSkillUseSP,"AL_TELEPORT",-50; } Quote
Question
NoWayHome
Hi,
I am look for help about how to modify consumption sp of a card effect.
1) Creamy Card : Teleport lv1 (SP:10)
I want to change the SP:10 to SP:60 but not affect the effect of Acolyte.
Any idea?
P/S: If Iam in the wrong section please move me to the correct section. Thank you very much! Sorry for my bad english
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.