Parcourir la source

Partial revert of #7072 (#7078)

* Baphomet Jr's stun resistance should increase, not decrease.
* Glorious Holy Avenger has been confirmed to give +6 INT.
Thanks to @eppc0330 and @Daegladh!
eppc0330 il y a 2 ans
Parent
commit
56a47cd0a5
4 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 1 0
      db/pre-re/item_db_equip.yml
  2. 1 1
      db/pre-re/pet_db.yml
  3. 1 0
      db/re/item_db_equip.yml
  4. 1 1
      db/re/pet_db.yml

+ 1 - 0
db/pre-re/item_db_equip.yml

@@ -40344,6 +40344,7 @@ Body:
       NoAuction: true
     Script: |
       .@r = getrefine();
+      bonus bInt,6;
       bonus bInt,.@r-5;
       bonus bMatkRate,10;
       bonus bUnbreakableWeapon;

+ 1 - 1
db/pre-re/pet_db.yml

@@ -430,7 +430,7 @@ Body:
       if( .@i >= PET_INTIMATE_LOYAL ){
         bonus bDef,1;
         bonus bMdef,1;
-        bonus2 bResEff,Eff_Stun,-100;
+        bonus2 bResEff,Eff_Stun,100;
       }
   - Mob: BON_GUN
     TameItem: Heart_Of_Her

+ 1 - 0
db/re/item_db_equip.yml

@@ -62836,6 +62836,7 @@ Body:
       NoAuction: true
     Script: |
       .@r = getrefine();
+      bonus bInt,6;
       bonus bInt,.@r-5;
       bonus bUnbreakableWeapon;
       if (.@r>5)

+ 1 - 1
db/re/pet_db.yml

@@ -630,7 +630,7 @@ Body:
       } else if (.@i >= PET_INTIMATE_CORDIAL) {
         bonus bDef,1;
         bonus bMdef,1;
-        bonus2 bResEff,Eff_Stun,-100;
+        bonus2 bResEff,Eff_Stun,100;
       }
   - Mob: BON_GUN
     TameItem: Heart_Of_Her