diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-30 12:59:49 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 12:59:49 -0300 |
commit | 790a7cf0cb7184d542e318ddc16985618df6918f (patch) | |
tree | 9a7d6ada79d725562216374cc6a0b8a5525e501e /world/map/db | |
parent | 7d6c8f5ad4267051bf71518523b473e188383e1a (diff) | |
download | serverdata-790a7cf0cb7184d542e318ddc16985618df6918f.tar.gz serverdata-790a7cf0cb7184d542e318ddc16985618df6918f.tar.bz2 serverdata-790a7cf0cb7184d542e318ddc16985618df6918f.tar.xz serverdata-790a7cf0cb7184d542e318ddc16985618df6918f.zip |
Add two new candies because. Candy. (#541)
Also add AFK Cap for myself.
Note: Gumi Candy could use a more creative name.
Please suggest so on client-data instead, though.
Valentine Dress until today is "PlatynaRedDress" on server data.
ie. We are keeping this sort of reference on this repository.
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/item_db_head.txt | 1 | ||||
-rw-r--r-- | world/map/db/item_db_use.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt index 5b697ce8..3b63bc1e 100644 --- a/world/map/db/item_db_head.txt +++ b/world/map/db/item_db_head.txt @@ -204,3 +204,4 @@ 5232, GreenPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} 5233, BluePresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} 5234, YellowPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5238, AFKCap, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt index 9b6a49a4..88612061 100644 --- a/world/map/db/item_db_use.txt +++ b/world/map/db/item_db_use.txt @@ -98,3 +98,5 @@ 5213, VeganWater, 0, 200, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 250, 0, 1;getitem 540, 1;}, {} 5214, LactoseFreeAcorn, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} 5235, TMWBirthdayGift, 0, 1000000, 50, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "TMWBirthdayGift";}, {} +5236, GumiCandy, 0, 10000, 250, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0,1), 3, !Sex));}, {} +5237, CaramelCandy, 0, 700, 350, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 350, 0, 1;}, {} |