User Tools

Site Tools


stats_editor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
stats_editor [2024/04/07 11:25] justinstats_editor [2024/04/07 11:43] (current) justin
Line 71: Line 71:
  
 =====Skills===== =====Skills=====
-The **Skills** section allows you to create special abilities for the player [[character|characters]] in your game to use. To add a [[skill]], click the green “plus” button. A [[skill]] can be removed by clicking the red “X” button.+The **Skills** section allows you to create special abilities for the player [[character|characters]] in your game to use, e.g. spells or other capabilities that let them interact with other [[character|characters]], themselves, or even their environment in various ways. To add a [[skill]], click the green “plus” button. A [[skill]] can be removed by clicking the red “X” button.
  
 {{:stats_editor_skills.png?nolink|}} {{:stats_editor_skills.png?nolink|}}
Line 112: Line 112:
 ^Setting^Description^ ^Setting^Description^
 |ID|Unique ID for the [[status effect]]. This ID is used with the [[Apply Status Effect]], [[Remove Status Effect]], and [[Clear Status Effects]] scripting functions.| |ID|Unique ID for the [[status effect]]. This ID is used with the [[Apply Status Effect]], [[Remove Status Effect]], and [[Clear Status Effects]] scripting functions.|
-|Name|Name of the [[status effect]]. Currently this only used by the editor for display purposes.|+|Name|Name of the [[status effect]]. Currently this is only used by the editor for display purposes.|
 |Image|Image for the [[status effect]]. Currently this is only used by the editor for display purposes.| |Image|Image for the [[status effect]]. Currently this is only used by the editor for display purposes.|
 |Description|Description of the [[status effect]]. Currently this is only used by the editor for display purposes.| |Description|Description of the [[status effect]]. Currently this is only used by the editor for display purposes.|
 |Effect Type|Determines how the [[status effect]] affects its target. Currently supported types: **Stat Buff**, **Stat Debuff**, **Healing Over Time**, **Damage Over Time**, and **Stun**.| |Effect Type|Determines how the [[status effect]] affects its target. Currently supported types: **Stat Buff**, **Stat Debuff**, **Healing Over Time**, **Damage Over Time**, and **Stun**.|
 |Affected Stat|Determines which [[character]] stat is affected by the [[status effect]]. Only applicable to the **Stat Buff** and **Stat Debuff** effect types.| |Affected Stat|Determines which [[character]] stat is affected by the [[status effect]]. Only applicable to the **Stat Buff** and **Stat Debuff** effect types.|
-|Amount|Only applicable to the **Stat Buff**, **Stat Debuff**, **Healing Over Time**, and **Damage Over Time** effect types.|+|Amount|Determines the amount by which the [[character|character's]] stat will be affected. Only applicable to the **Stat Buff**, **Stat Debuff**, **Healing Over Time**, and **Damage Over Time** effect types.|
 |Tick on Apply|Determines if the [[status effect]] immediately triggers when first applied to a [[character]] (e.g. a bleeding effect that deals damage right away) or if it waits until the first configured interval of time has passed (see interval settings below).| |Tick on Apply|Determines if the [[status effect]] immediately triggers when first applied to a [[character]] (e.g. a bleeding effect that deals damage right away) or if it waits until the first configured interval of time has passed (see interval settings below).|
 |Interval (Real-Time)|Determines the frequency of the effect while in real-time mode (e.g. a **Healing Over Time** effect with an interval of 2 means the healing will occur every two seconds). Only applicable to the **Healing Over Time** and **Damage Over Time** effect types.| |Interval (Real-Time)|Determines the frequency of the effect while in real-time mode (e.g. a **Healing Over Time** effect with an interval of 2 means the healing will occur every two seconds). Only applicable to the **Healing Over Time** and **Damage Over Time** effect types.|
Line 133: Line 133:
  
 ^Setting^Description^ ^Setting^Description^
-|Currency Name|Name of the currency. Changing this for the base currency will affect what is displayed on the built-in inventory widget.| +|Currency Name|Name of the currency. Changing this for the base currency will affect what is displayed on the built-in [[inventory]] [[widget]].| 
-|Associated Stat|Stat to which the currency is tied (i.e. the stat that will store how much of the currency a character has).| +|Associated Stat|Stat to which the currency is tied (i.e. the stat that will store how much of the currency a [[character]] has).| 
-|Image|Image to use for the currency. Changing this for the base currency will affect what is displayed on the built-in inventory widget.|+|Image|Image to use for the currency. Changing this for the base currency will affect what is displayed on the built-in [[inventory]] [[widget]].|
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-If you wanted your game to have a "Gems" currency, you would first create a custom stat with an ID of "gems", then create a currency named "Gems" that's tied to the "gems" stat. The [[Give Currency]] and [[Remove Currency]] functions can be used to adjust a character's currency amount.+If you wanted your game to have a "Gems" currency, you would first create a custom stat with an ID of "gems", then create a currency named "Gems" that's tied to the "gems" stat. The [[Give Currency]] and [[Remove Currency]] functions can be used to adjust a [[character|character's]] currency amount.
 </WRAP> </WRAP>
  
 ~~NOTOC~~ ~~NOTOC~~
stats_editor.1712514352.txt.gz · Last modified: 2024/04/07 11:25 by justin