Skip to content

Commit

Permalink
adjust monsters exp
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo09 committed Dec 2, 2024
1 parent 23426c2 commit 2b348a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/magicals/burning_book.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Burning Book")
local monster = {}

monster.description = "a burning book"
monster.experience = 11934
monster.experience = 13200
monster.outfit = {
lookType = 1061,
lookHead = 79,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/magicals/forest_fury.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Forest Fury")
local monster = {}

monster.description = "a forest fury"
monster.experience = 235
monster.experience = 330
monster.outfit = {
lookType = 569,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Guardian of Tales")
local monster = {}

monster.description = "a guardian of tales"
monster.experience = 9204
monster.experience = 10600
monster.outfit = {
lookType = 1063,
lookHead = 92,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/magicals/rage_squid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Rage Squid")
local monster = {}

monster.description = "a rage squid"
monster.experience = 14820
monster.experience = 16300
monster.outfit = {
lookType = 1059,
lookHead = 94,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/plants/wilting_leaf_golem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Wilting Leaf Golem")
local monster = {}

monster.description = "a wilting leaf golem"
monster.experience = 145
monster.experience = 225
monster.outfit = {
lookType = 573,
lookHead = 0,
Expand Down

0 comments on commit 2b348a5

Please sign in to comment.