User Tools

Site Tools


plugin-icv

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-icv [2024/08/13 20:16] – [Card Passives] banerjeeswplugin-icv [2024/08/13 20:24] (current) banerjeesw
Line 1: Line 1:
 {{https://img.itch.zone/aW1nLzE1NDg0NzcyLnBuZw==/original/5tohSk.png?nolink&690}} {{https://img.itch.zone/aW1nLzE1NDg0NzcyLnBuZw==/original/5tohSk.png?nolink&690}}
  
-This plugin gives cards a new array of variables called Var, which can be accessed through code (for damage formulas and the like) and can also be used in place of numbers in other Card Actions.+**MYTH_CGC_IndependentCardVariables** is a plugin gives cards a new array of variables called Var, which can be accessed through code (for damage formulas and the like) and can also be used in place of numbers in other Card Actions.
  
 Var can contain as many variables within it that you need. To access them in card actions, use ''Var(index)'' where ''index'' is any number. By default all variables inside Var are set to 0. Var can contain as many variables within it that you need. To access them in card actions, use ''Var(index)'' where ''index'' is any number. By default all variables inside Var are set to 0.
  
-**Note** This plugin is compatible with Card Game Combat 1.5.7, but some features will not work - namely, the Card Sprite will not visually change to reflect description or cost changes as a result of Var values changing. Card Game Combat 1.6.0 or higher will be required for these features.+This plugin is currently Patreon Only.
  
-{{https://img.itch.zone/aW1hZ2UvMjMxNzQxNC8xMzc3NzQwNy5naWY=/347x500/TWKet7.gif}}+**Current Version: 1.1.0** 
 + 
 +{{ https://img.itch.zone/aW1hZ2UvMjMxNzQxNC8xMzc3NzQwNy5naWY=/347x500/TWKet7.gif?nolink }}
  
 ===== Parameters ===== ===== Parameters =====
Line 25: Line 27:
 All Skill [skillID] Var(X) mod [+/-]Y</code> | These Card Actions modify the Var of all cards belonging to that actor of the specified Skill ID. | All Skill [skillID] Var(X) mod [+/-]Y</code> | These Card Actions modify the Var of all cards belonging to that actor of the specified Skill ID. |
 | <code>All Skill [skillID] Var(X) set Y in [zoneName] | <code>All Skill [skillID] Var(X) set Y in [zoneName]
-All Skill [skillID] Var(X) mod [+/-]Y in [zoneName]</code> | These Card Actions modify the Var of all cards belonging to that actor's specific zone.\\ Replace [zoneName] with "Deck", "Discard" or "Hand". |+All Skill [skillID] Var(X) mod [+/-]Y in [zoneName]</code> | These Card Actions modify the Var of all cards belonging to that actor's specific zone.\\ \\ Replace [zoneName] with "Deck", "Discard" or "Hand". |
 | <code>Selected Var(X) set Y | <code>Selected Var(X) set Y
 Selected Var(X) mod [+/-]Y Selected Var(X) mod [+/-]Y
Line 43: Line 45:
 ===== Modifying Card Cost ===== ===== Modifying Card Cost =====
  
-Use the following notetag:''<[MP/TP/HP] cost [+/-/=] var(X)>''+Use the following notetag: ''<[MP/TP/HP] cost [+/-/=] var(X)>''
          
-This takes the current MP/TP/HP cost and adds/subtracts/sets equal to the variable of index X in Var. +This takes the current MP/TP/HP cost and adds/subtracts/sets equal to the variable of index X in Var. Examples:
- +
-Examples:+
  
 ''<MP cost + var(0)>'' ''<MP cost + var(0)>''
plugin-icv.1723572994.txt.gz · Last modified: 2024/08/13 20:16 by banerjeesw