Jump to content
  • 0

Help - Memory of Thanatos card restriction


Question

Posted

Could someone help me adjust the Memory of Thanatos card?

ID: 4399  Thanatos Card

I would like to leave it with no effect for the Monk/Master/Champion class and with normal effect for all other classes.

3 answers to this question

Recommended Posts

  • 0
Posted

Hi. Add in \db\import\item_db.yml

  - Id: 4399
    AegisName: Thanatos_Card
    Script: |
      if (BaseJob != Job_Monk) {
         bonus bDefRatioAtkClass,Class_All;
         bonus bSPDrainValue,-1;
         bonus bDef,-30;
         bonus bFlee,-30;
      }

 

  • MVP 1
  • 0
Posted (edited)
On 4/11/2023 at 12:43 AM, Racaae said:

Hi. Add in \db\import\item_db.yml

  - Id: 4399
    AegisName: Thanatos_Card
    Script: |
      if (BaseJob != Job_Monk) {
         bonus bDefRatioAtkClass,Class_All;
         bonus bSPDrainValue,-1;
         bonus bDef,-30;
         bonus bFlee,-30;
      }

 

Thank you @Racaae it worked as I expected.

Edited by Oklonir

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...