• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

defense

Code:
doItemSetAttribute(uid, key, value)

-attribute key "aid" = return the action id
-attribute key "uid" = return the unique id
-attribute key "name" = return the item name
-attribute key "pluralname" = return the item plural name (gold coin -> gold coins)
-attribute key "description" = return the item description
-attribute key "article" = return the item article
-attribute key "text" = return the item text
-attribute key "writer" = return the item writer
-attribute key "date" = return the item data where was writed
-attribute key "depotid" = return the item depot id
-attribute key "weight" = return the item weight
-attribute key "attack" = return the item attack
-attribute key "defense" = return the item defense
-attribute key "extraattack" = return the item extra attack
-attribute key "extradefense" = return the item extra defense
-attribute key "armor" = return the item armor
-attribute key "attackspeed" = return the item attackspeed
-attribute key "hitchance" = return the item hitchance
-attribute key "shootrange" = return the item shoot range
-attribute key "charges" = return the item charges
 
Back
Top