You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/components/components.svelte.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -680,7 +680,7 @@ class SkillDowngradeTrigger extends FabledTrigger {
680
680
super({
681
681
name: 'Skill Downgrade',
682
682
description: 'Applies skill effects when a player loses a level in a skill. The placeholders `api-refund`, `api-skill`, and `api-level` provide details about the downgrade.',
.setTooltip('The placeholder string to use. Can contain multiple placeholders if using the String type'),
5331
+
newBooleanSelect('Evaluate','evaluate',false)
5332
+
.setTooltip('If true, the placeholder will be evaluated before being stored. If <code>false</code>, the raw placeholder string will be stored, effectively creating a pass-by-reference system. <code>true</code> is essentially pass-by-value.'),
5331
5333
newBooleanSelect('Save','save',false)
5332
5334
.setTooltip('If true, save the key value to persistent value. Persistent value is not lost when the player leaves the server and is stored separately on each account')
0 commit comments