Changes

no edit summary
Line 191: Line 191:  
         return EquipmentGraphicKai:Asset({ obj:name(), size = "75px", fairy = "true", link = "nil" })
 
         return EquipmentGraphicKai:Asset({ obj:name(), size = "75px", fairy = "true", link = "nil" })
 
     end,
 
     end,
 +
 +
    card_ = function(o) return string.format("%s Card.png", o:name()) end,
 +
    equipment_ = function(o) return string.format("%s Equipment.png", o:name()) end,
 +
    character_ = function(o) return string.format("%s Character.png", o:name()) end,
 +
    full_ = function(o) return string.format("%s Full.png", o:name()) end,
    
     format_morale = function(ship)
 
     format_morale = function(ship)
cssedit, gkautomate
7,064

edits