diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-10-16 03:02:13 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-10-16 03:02:13 +0000 |
commit | aac3cffefd6259f20ccade8d2179dff430eae6e3 (patch) | |
tree | 3336d762b7fe2d3b1a7d2b74e69a6cf332148bc5 | |
parent | 45d53531771f4fab520fda9233846e0561bb2a9c (diff) | |
parent | 4208d1fcdd7d408f38361198f0590dcfc2edcf59 (diff) | |
download | serverdata-aac3cffefd6259f20ccade8d2179dff430eae6e3.tar.gz serverdata-aac3cffefd6259f20ccade8d2179dff430eae6e3.tar.bz2 serverdata-aac3cffefd6259f20ccade8d2179dff430eae6e3.tar.xz serverdata-aac3cffefd6259f20ccade8d2179dff430eae6e3.zip |
Merge branch 'jesusalva/smartgrad' into 'master'
Add a small int bonus to Graduation Cap for starting mages.
See merge request legacy/serverdata!681
-rw-r--r-- | world/map/db/item_db.conf | 3 | ||||
-rw-r--r-- | world/map/db/item_db_head.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 7845b1c4..22f5927c 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -10380,6 +10380,9 @@ item_db: ( Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 675 + Script: <" + bonus bInt, 1; + "> }, { Id: 678 diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt index fab0191d..5c1d1e24 100644 --- a/world/map/db/item_db_head.txt +++ b/world/map/db/item_db_head.txt @@ -32,7 +32,7 @@ 647, DevelopersCap, 5, 2000, 500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 0, 0, 0, {}, {} 654, Cap, 5, 4000000, 500, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {} 656, SerfHat, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {} -675, GraduationCap, 5, 1000, 250, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {} +675, GraduationCap, 5, 1000, 250, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {bonus bInt, 1;} 678, NohMask, 5, 7000, 1000, 18, 0, 3, 0, 1, 0, 2, 256, 0, 0, 0, 0, {}, {} 679, DemonMask, 5, 10000, 5000, 23, 0, 3, 0, 5, 0, 2, 256, 0, 0, 0, 0, {}, {} 721, HighPriestCrown, 5, 6000000, 5000, 400, 0, 4, 0, 20, 0, 2, 256, 0, 0, 0, 0, {}, {bonus bMaxSP, 20;} |