示例#1
0
        public static void Main()
        {
            var player = NWGameObject.OBJECT_SELF;

            if (!GetIsPlayer(player))
            {
                return;
            }

            var item = NWNXEvents.OnEquipItem_GetItem();

            // Didn't find the item property. Add it now.
            SafeAddItemProperty(item, ItemPropertyOnHitCastSpell(IPConst.Onhit_CastSpell_FFOSystem, 40), 0.0f, AddItemPropertyPolicy.ReplaceExisting, true, true);
        }