HoS_PRC8/_mod/_module/nss/mg_alc_shield.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

10 lines
236 B
Plaintext

// Potion of shield recipe
void main()
{
object oMe=OBJECT_SELF;
SetLocalInt(oMe,"nALCCost",40);
SetLocalInt(oMe,"nALCXP",4);
SetLocalString(oMe,"sALCRes","rts_pot_2");
SetLocalString(oMe,"sALCCom","NW_IT_MSMLMISC19");
}