mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
randomizer - items
This commit is contained in:
@@ -45,6 +45,10 @@ module GameData
|
||||
return "Graphics/Items/000"
|
||||
end
|
||||
|
||||
def self.list_all()
|
||||
return self::DATA
|
||||
end
|
||||
|
||||
def self.held_icon_filename(item)
|
||||
item_data = self.try_get(item)
|
||||
return nil if !item_data
|
||||
@@ -77,6 +81,8 @@ module GameData
|
||||
@move = hash[:move]
|
||||
end
|
||||
|
||||
|
||||
|
||||
# @return [String] the translated name of this item
|
||||
def name
|
||||
return pbGetMessage(MessageTypes::Items, @id_number)
|
||||
|
||||
Reference in New Issue
Block a user