Line 1: |
Line 1: |
| + | -- Normally we get game object assets by GameObjectConstructor('game object name'):some_asset(), which would build the |
| + | -- file name using a standard convention, but for the lack of respective game object classes, here is a bunch of assets. |
| + | -- Can be deprecated once there are classes. |
| + | |
| return { | | return { |
− | fuel = "FuelKai.png",
| + | hp = 'Icon_HP.png', |
− | ammo = "AmmoKai.png",
| + | firepower = 'Icon_Gun.png', |
− | steel = "SteelKai.png",
| + | armor = 'Icon_Armor.png', |
− | bauxite = "BauxiteKai.png",
| + | torpedo = 'Icon_Torpedo.png', |
− | instant_repair = "Irepair.png",
| + | evasion = 'Icon_Evasion.png', |
− | instant_construction = "Itorch.png",
| + | aa = 'Icon_AA.png', |
− | development_material = "Devmat.png",
| + | aircraft = 'Icon_Aircraft.png', |
− | improvement_material = "Screw.png",
| + | asw = 'Icon_ASW.png', |
− | bucket = "Instant_repair_icon.png",
| + | speed = 'Icon_Speed.png', |
− | conmat = "Instant_construction_icon.png",
| + | los = 'Icon_LOS.png', |
− | devmat = "Development_material_icon.png",
| + | range = 'Icon_Range.png', |
− | screw = "Improvement_material_icon.png",
| + | luck = 'Icon_Luck.png', |
− | blueprint_large = "BlueprintKai.png",
| + | bombing = 'Icon_Dive.png', |
− | furniture_coin_box_small = "Coinbox1.png",
| + | shelling_accuracy = 'Icon_Hit.png', |
− | furniture_coin_box_medium = "Coinbox2.png",
| + | anti_bomber = 'Icon_Hit.png', |
− | furniture_coin_box_large = "Coinbox3.png",
| + | interception = 'Icon_Interception.png', |
− | furniture_coin = "Coin.png",
| + | combat_radius = 'Icon_Range.png', |
− |
| + | remodel = 'Remodel_Icon.png', |
− |
| + | fuel = 'FuelKai.png', |
− | furniture_coin_item = "Item Icon Furniture Coin.png",
| + | ammo = 'AmmoKai.png', |
− | emergency_repair_personnel_item = "Item Icon Emergency Repair Personnel.png",
| + | steel = 'SteelKai.png', |
− | emergency_repair_goddess_item = "Item Icon Emergency Repair Goddess.png",
| + | bauxite = 'BauxiteKai.png', |
− |
| + | instant_repair = 'Irepair.png', |
− |
| + | instant_construction = 'Itorch.png', |
− |
| + | development_material = 'Devmat.png', |
− | instant_repair_item = "Item Icon Instant Repair Material.png",
| + | improvement_material = 'Screw.png', |
− | instant_construction_item = "Item Icon Instant Construction Material.png",
| + | bucket = 'Instant_repair_icon.png', |
− | development_material_item = "Item Icon Development Material.png",
| + | conmat = 'Instant_construction_icon.png', |
− | improvement_material_card = "Item Card Improvement Material.png",
| + | devmat = 'Development_material_icon.png', |
− | improvement_material_item = "Item Icon Improvement Material.png",
| + | screw = 'Improvement_material_icon.png', |
− |
| + | blueprint_large = 'BlueprintKai.png', |
− |
| + | furniture_coin_box_small = 'Coinbox1.png', |
− | --furniture_box_small = "Item Card Furniture Box (Small).png",
| + | furniture_coin_box_medium = 'Coinbox2.png', |
− | furniture_box_small_item = "Item Icon Furniture Box (Small).png",
| + | furniture_coin_box_large = 'Coinbox3.png', |
− | furniture_box_medium = "Item Card Furniture Box (Medium).png",
| + | furniture_coin = 'Coin.png', |
− | furniture_box_medium_item = "Item Icon Furniture Box (Medium).png",
| + | furniture_coin_item = 'Item Icon Furniture Coin.png', |
− | furniture_box_large = "Item Card Furniture Box (Large).png",
| + | emergency_repair_personnel_item = 'Item Icon Emergency Repair Personnel.png', |
− | furniture_box_large_item = "Item Icon Furniture Box (Large).png",
| + | emergency_repair_goddess_item = 'Item Icon Emergency Repair Goddess.png', |
− |
| + | instant_repair_item = 'Item Icon Instant Repair Material.png', |
− |
| + | instant_construction_item = 'Item Icon Instant Construction Material.png', |
− | furniture_fairy = "Item Card Furniture Fairy.png",
| + | development_material_item = 'Item Icon Development Material.png', |
− | furniture_fairy_item = "Item Icon Furniture Fairy.png",
| + | improvement_material_card = 'Item Card Improvement Material.png', |
− |
| + | improvement_material_item = 'Item Icon Improvement Material.png', |
− | mamiya = "Item Card Food Supply Ship Mamiya.png",
| + | furniture_box_small = 'Item Card Furniture Box (Small).png', |
− | mamiya_item = "Item Icon Food Supply Ship Mamiya.png",
| + | furniture_box_small_item = 'Item Icon Furniture Box (Small).png', |
− | marriage = "Item Card Marriage Ring and Documents.png",
| + | furniture_box_medium = 'Item Card Furniture Box (Medium).png', |
− | chocolate = "Item Card Special Chocolate.png",
| + | furniture_box_medium_item = 'Item Icon Furniture Box (Medium).png', |
− | medal = "Item Card Medal.png",
| + | furniture_box_large = 'Item Card Furniture Box (Large).png', |
− | blueprint = "Item Card Remodel Blueprint.png",
| + | furniture_box_large_item = 'Item Icon Furniture Box (Large).png', |
− | blueprint_item = "Item Icon Remodel Blueprint.png",
| + | furniture_fairy = 'Item Card Furniture Fairy.png', |
− | irako = "Item Card Food Supply Ship Irako.png",
| + | furniture_fairy_item = 'Item Icon Furniture Fairy.png', |
− | irako_item = "Item Icon Food Supply Ship Irako.png",
| + | mamiya = 'Item Card Food Supply Ship Mamiya.png', |
− | present_box = "Item Card Present Box.png",
| + | mamiya_item = 'Item Icon Food Supply Ship Mamiya.png', |
− | present_box_item = "Item Icon Present Box.png",
| + | marriage = 'Item Card Marriage Ring and Documents.png', |
− | first_class_medal = "Item Card First Class Medal.png",
| + | chocolate = 'Item Card Special Chocolate.png', |
− | hishimochi = "Item Card Hishimochi.png",
| + | medal = 'Item Card Medal.png', |
− | headquarters_personnel = "Item Card Headquarters Personnel.png",
| + | blueprint = 'Item Card Remodel Blueprint.png', |
− | headquarters_personnel_item = "Item Icon Headquarters Personnel.png",
| + | blueprint_item = 'Item Icon Remodel Blueprint.png', |
− | reinforcement_expansion = "Item Card Reinforcement Expansion.png",
| + | irako = 'Item Card Food Supply Ship Irako.png', |
− | reinforcement_expansion_item = "Item Icon Reinforcement Expansion.png",
| + | irako_item = 'Item Icon Food Supply Ship Irako.png', |
− | prototype_deck_catapult = "Item Card Prototype Flight Deck Catapult.png",
| + | present_box = 'Item Card Present Box.png', |
− | prototype_deck_catapult_item = "Item Card Prototype Flight Deck Catapult.png",
| + | present_box_item = 'Item Icon Present Box.png', |
− | combat_provisions = "Item Card Combat provisions.png",
| + | first_class_medal = 'Item Card First Class Medal.png', |
− | combat_provisions_item = "Item Icon Combat Provisions.png",
| + | hishimochi = 'Item Card Hishimochi.png', |
− | underway_replenishment = "Item Card Underway Replenishment.png",
| + | headquarters_personnel = 'Item Card Headquarters Personnel.png', |
− | underway_replenishment_item = "Item Icon Underway Replenishment.png",
| + | headquarters_personnel_item = 'Item Icon Headquarters Personnel.png', |
− | mackerel = "Item Card Mackerel.png",
| + | reinforcement_expansion = 'Item Card Reinforcement Expansion.png', |
− |
| + | reinforcement_expansion_item = 'Item Icon Reinforcement Expansion.png', |
− | skilled_crew_member = "Item Card Skilled Crew Member.png",
| + | prototype_deck_catapult = 'Item Card Prototype Flight Deck Catapult.png', |
− | ne_type_engine = "Item Card Ne Type Engine.png",
| + | prototype_deck_catapult_item = 'Item Card Prototype Flight Deck Catapult.png', |
− | ne_type_engine_item = "Item Icon Ne Type Engine.png",
| + | combat_provisions = 'Item Card Combat provisions.png', |
− | decoration_material = "Item Card Decoration Material.png",
| + | combat_provisions_item = 'Item Icon Combat Provisions.png', |
− | construction_corps = "Item Card Construction Corps.png",
| + | underway_replenishment = 'Item Card Underway Replenishment.png', |
− | construction_corps_item = "Item Icon Construction Corps.png",
| + | underway_replenishment_item = 'Item Icon Underway Replenishment.png', |
− | new_technology_aircraft_blueprint = "Item Card New Technology Aircraft Blueprint.png",
| + | mackerel = 'Item Card Mackerel.png', |
− | new_technology_aircraft_blueprint_item = "Item Icon New Technology Aircraft Blueprint.png",
| + | skilled_crew_member = 'Item Card Skilled Crew Member.png', |
− | new_model_gun_mount_improvement_material = "Item Card New Model Gun Mount Improvement Material.png",
| + | ne_type_engine = 'Item Card Ne Type Engine.png', |
− | new_model_gun_mount_improvement_material_item = "Item Icon New Model Gun Mount Improvement Material.png",
| + | ne_type_engine_item = 'Item Icon Ne Type Engine.png', |
− |
| + | decoration_material = 'Item Card Decoration Material.png', |
− | new_model_aerial_armament_material = "Item Card New Model Aerial Armament Material.png",
| + | construction_corps = 'Item Card Construction Corps.png', |
− | new_model_aerial_armament_material_item = "Item Icon New Model Aerial Armament Material.png",
| + | construction_corps_item = 'Item Icon Construction Corps.png', |
− | report = "Item Card Action Report.png",
| + | new_technology_aircraft_blueprint = 'Item Card New Technology Aircraft Blueprint.png', |
− | report_item = "Item Icon Action Report.png",
| + | new_technology_aircraft_blueprint_item = 'Item Icon New Technology Aircraft Blueprint.png', |
− | strait_medal = "Item Card Strait Medal.png",
| + | new_model_gun_mount_improvement_material = 'Item Card New Model Gun Mount Improvement Material.png', |
− | xmas_select_gift_box = "Item Card Xmas Select Gift Box.png",
| + | new_model_gun_mount_improvement_material_item = 'Item Icon New Model Gun Mount Improvement Material.png', |
− | xmas_select_gift_box_item = "Item Icon Xmas Select Gift Box.png",
| + | new_model_aerial_armament_material = 'Item Card New Model Aerial Armament Material.png', |
− | shou_gou_medal = "Item Card Shou-Gou Medal.png",
| + | new_model_aerial_armament_material_item = 'Item Icon New Model Aerial Armament Material.png', |
− |
| + | report = 'Item Card Action Report.png', |
− |
| + | report_item = 'Item Icon Action Report.png', |
− | rice = "Item Card Rice.png",
| + | strait_medal = 'Item Card Strait Medal.png', |
− | umeboshi = "Item Card Umeboshi.png",
| + | xmas_select_gift_box = 'Item Card Xmas Select Gift Box.png', |
− | nori = "Item Card Nori.png",
| + | xmas_select_gift_box_item = 'Item Icon Xmas Select Gift Box.png', |
− | tea = "Item Card Tea.png",
| + | shou_gou_medal = 'Item Card Shou-Gou Medal.png', |
− | houshou_dinner_ticket = "Item Card Houshou Dinner Ticket.png",
| + | rice = 'Item Card Rice.png', |
− | setsubun_beans = "Item Card Setsubun Beans.png"
| + | umeboshi = 'Item Card Umeboshi.png', |
| + | nori = 'Item Card Nori.png', |
| + | tea = 'Item Card Tea.png', |
| + | houshou_dinner_ticket = 'Item Card Houshou Dinner Ticket.png', |
| + | setsubun_beans = 'Item Card Setsubun Beans.png' |
| } | | } |