User Tools

Site Tools


plugin-card-layers

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
plugin-card-layers [2024/12/03 11:56] – [Conditions] banerjeeswplugin-card-layers [2024/12/10 05:01] (current) – [Badge Text] isiahgames
Line 140: Line 140:
 There are three variables you can use in the Text property to make referencing variables you want easier. There are three variables you can use in the Text property to make referencing variables you want easier.
  
 +<code>
 user - The Actor that owns the card. user - The Actor that owns the card.
- 
 card - The Card object itself. card - The Card object itself.
- 
 skill - The Skill that the Card is a copy of. skill - The Skill that the Card is a copy of.
 +</code>
  
 Examples of how you might use these: Examples of how you might use these:
Line 158: Line 158:
 card.cardVar(1) card.cardVar(1)
 </code> </code>
 +
 +===== Badge Notetags =====
 +
 +Badge notetags work similarly to Layer notetags and use the following syntax:
 +
 +<code>
 +BadgeName (ParentLayerName): TextCode | ImageName | X Y | Condition
 +</code>
 +
 +|  **BadgeName**  | The name of the Badge whose values are being defined/overridden. Can have spaces and is case-insensitive. |
 +| **ParentLayerName** | The name of the Layer this Badge is attached to. |
 +| **TextCode** | The code that returns the text for the Badge to display. |
 +| **ImageName** | The name of the image file to use for the Badge. Can have spaces. |
 +| **X** | The new X offset |
 +| **Y** | The new Y offset |
 +| **Condition** | The new condition for the Badge. |
 +
 +Just like with Layers, you can use notetags to define entirely new Badges or override the values defined through the Custom Badges plugin parameter.
 ===== Conditions ===== ===== Conditions =====
  
plugin-card-layers.1733223379.txt.gz · Last modified: 2024/12/03 11:56 by banerjeesw