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!
This commit is contained in:
eppc0330 2022-07-01 01:38:34 +09:00 committed by GitHub
parent fe60611892
commit 56a47cd0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View File

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

View File

@ -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

View File

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

View File

@ -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