[EE games] What about adding something like this?
Spoiler
ACTION_IF FILE_EXISTS_IN_GAME ~RR#BUC01.itm~ BEGIN ACTION_FOR_EACH buckler IN // The following piece of code is just to set the "Equipped appearance" of all bucklers introduced by Rogue Rebalancing to "D1 - Buckler" ~RR#BUC01~ // Fading Glory ~RR#BUC02~ // Buckler +1 ~RR#BUC03~ // Buckler +2 ~RR#BUC04~ // Buckler +3 ~RR#RWARD~ // Rogue's Ward ~RR#SHL01~ // The Stalwart Defender ~RR#SHL02~ // Safeguard BEGIN ACTION_IF FILE_EXISTS_IN_GAME ~%buckler%.itm~ BEGIN COPY_EXISTING ~%buckler%.itm~ ~override~ WRITE_ASCII 0x22 "D1" #2 BUT_ONLY END END END