Night Watch Job Bonus, Crimson Revolver (#8396)

- Fixed Sta bonus of Night Watch job
- Fixed Crimson Revolver giving 35 ATK too much
This commit is contained in:
Playtester 2024-06-03 16:58:31 +02:00 committed by GitHub
parent 545417ef11
commit 1c96180fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -62106,9 +62106,8 @@ Body:
Script: | Script: |
.@r = getrefine(); .@r = getrefine();
bonus bBaseAtk,(.@r<=15?pow(.@r,2):225); bonus bBaseAtk,(.@r<=15?pow(.@r,2):225);
if (BaseLevel>=70) { if (BaseLevel>70)
bonus bBaseAtk,(BaseLevel/10)*5; bonus bBaseAtk,(((BaseLevel-70)/10)*5);
}
- Id: 13128 - Id: 13128
AegisName: Sinister_Revolver AegisName: Sinister_Revolver
Name: Vicious Mind Revolver Name: Vicious Mind Revolver

View File

@ -11154,7 +11154,6 @@ Body:
- Level: 2 - Level: 2
Str: 1 Str: 1
Agi: 1 Agi: 1
Sta: 1
- Level: 3 - Level: 3
Vit: 1 Vit: 1
Luk: 1 Luk: 1
@ -11190,6 +11189,7 @@ Body:
Dex: 1 Dex: 1
- Level: 15 - Level: 15
Luk: 1 Luk: 1
Sta: 1
- Level: 16 - Level: 16
Vit: 1 Vit: 1
Int: 1 Int: 1
@ -11230,13 +11230,13 @@ Body:
- Level: 30 - Level: 30
Str: 1 Str: 1
Int: 1 Int: 1
Sta: 1
- Level: 31 - Level: 31
Dex: 1 Dex: 1
Con: 1 Con: 1
- Level: 32 - Level: 32
Pow: 1 Pow: 1
- Level: 33 - Level: 33
Sta: 1
Crt: 1 Crt: 1
- Level: 34 - Level: 34
Crt: 1 Crt: 1
@ -11251,7 +11251,10 @@ Body:
- Level: 40 - Level: 40
Pow: 1 Pow: 1
- Level: 41 - Level: 41
Sta: 1
Con: 1 Con: 1
- Level: 42
Sta: 1
- Level: 43 - Level: 43
Crt: 1 Crt: 1
- Level: 44 - Level: 44
@ -11260,6 +11263,7 @@ Body:
Con: 1 Con: 1
- Level: 46 - Level: 46
Pow: 1 Pow: 1
Sta: 1
- Level: 47 - Level: 47
Con: 1 Con: 1
- Level: 48 - Level: 48