diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-04 22:27:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-04 22:27:36 -0300 |
commit | 49bade49a52d6addca07f698ccb2f5fcd81caf4a (patch) | |
tree | 7e19781fbb5fd585bfa70a834bde3b70d631cc60 /world/map/db/item_db_weapon.txt | |
parent | 5c83426a20d1e00f09b229182c8b8e35c7f44370 (diff) | |
download | serverdata-49bade49a52d6addca07f698ccb2f5fcd81caf4a.tar.gz serverdata-49bade49a52d6addca07f698ccb2f5fcd81caf4a.tar.bz2 serverdata-49bade49a52d6addca07f698ccb2f5fcd81caf4a.tar.xz serverdata-49bade49a52d6addca07f698ccb2f5fcd81caf4a.zip |
Increase drop rate from 12% to 18% on snowballs by Hello=)'s request.
Santa now warns when the wave begins.
Raise Snowball&Launcher damage to same as bow instead of slingshot (for mages)
Diffstat (limited to 'world/map/db/item_db_weapon.txt')
-rw-r--r-- | world/map/db/item_db_weapon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/db/item_db_weapon.txt b/world/map/db/item_db_weapon.txt index 016e5055..028d6ad6 100644 --- a/world/map/db/item_db_weapon.txt +++ b/world/map/db/item_db_weapon.txt @@ -62,5 +62,5 @@ 1215, ToySabre, 4, 2000000, 25, 1, 1, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} 1282, BoneArrows, 10, 50, 20, 0, 55, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 1;set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} //ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -5260, Snowball, 10, 1, 0, 1, 3, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_XMAS; callfunc "CheckAmmo";} -5261, SnowLauncher, 4, 500, 50, 10, 5, 0, 3, 0, 0, 2, 2, 1, 1, 11, {}, {set @LauncherType, AMMO_XMAS; callfunc "CheckLauncher";} +5260, Snowball, 10, 1, 0, 1, 20, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_XMAS; callfunc "CheckAmmo";} +5261, SnowLauncher, 4, 500, 50, 10, 20, 0, 3, 0, 0, 2, 2, 1, 1, 11, {}, {set @LauncherType, AMMO_XMAS; callfunc "CheckLauncher";} |