Set
A Set Statement lets you set a Property to a particular value.
set(target: Property, value: Operand): Statement
Examples
set(
skill_proficiency(athletics),
expert
)
Set the Athletics proficiency to Expert.
set(
equipment_proficiency(equipment_weapon_category(eq(martial_weapon))),
trained
)
Set the proficiency for Martial weapons to Trained.