17,105
edits
m (fix missing percentage sign for Ranged Accuracy bonus text in modifierTypes array) |
(Update for change in structure of equipmentSlots data) |
||
Line 671: | Line 671: | ||
function p.getEquipmentSlotName(id) | function p.getEquipmentSlotName(id) | ||
return | return GameData.getEntityByID('equipmentSlots', id) | ||
end | end | ||
function p.getEquipmentSlotID(name) | function p.getEquipmentSlotID(name) | ||
return GameData. | return GameData.getEntityByName('equipmentSlots', name) | ||
end | end | ||