Does anyone know what this command does. I saw this in the export_ancillaries.lua file. I can't figure out what this means. Any help would be great thanks.
Code:--[[ s2anc_artefact_buddhist_beads_trigger ]]-- events.CharacterRankUpNeedsAncillary[#events.CharacterRankUpNeedsAncillary+1] = function (context) if (conditions.CharacterType("monk", context) or conditions.CharacterType("ikko_monk", context)) and not conditions.OnAWarFooting(context) then if conditions.DateInRange(1100, 1900, context) then effect.ancillary("s2anc_artefact_buddhist_beads", 50, context) end return true end return false end






Reply With Quote




