plugin-icv
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin-icv [2024/08/13 20:12] – [Modifying Card Cost] banerjeesw | plugin-icv [2024/08/13 20:24] (current) – banerjeesw | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{https:// | {{https:// | ||
- | 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 can contain as many variables within it that you need. To access them in card actions, use '' | ||
- | **Note** | + | This plugin is currently Patreon Only. |
- | {{https:// | + | **Current Version: 1.1.0** |
+ | |||
+ | {{ https:// | ||
===== Parameters ===== | ===== Parameters ===== | ||
Line 16: | Line 18: | ||
===== Card Passives ===== | ===== Card Passives ===== | ||
- | | < | + | | < |
===== Card Actions ===== | ===== Card Actions ===== | ||
Line 25: | Line 27: | ||
All Skill [skillID] Var(X) mod [+/ | All Skill [skillID] Var(X) mod [+/ | ||
| < | | < | ||
- | All Skill [skillID] Var(X) mod [+/-]Y in [zoneName]</ | + | All Skill [skillID] Var(X) mod [+/-]Y in [zoneName]</ |
| < | | < | ||
Selected Var(X) mod [+/-]Y | Selected Var(X) mod [+/-]Y | ||
Line 43: | Line 45: | ||
===== Modifying Card Cost ===== | ===== Modifying Card Cost ===== | ||
- | Use the following notetag: | + | Use the following notetag: |
- | | + | |
| | ||
- | This takes the current MP/TP/HP cost and adds/ | + | This takes the current MP/TP/HP cost and adds/ |
- | + | ||
- | Eg. | + | |
- | + | ||
- | <MP cost + var(0)> | + | |
+ | ''< | ||
This will cause the value of Var(0) of that card to be added onto the base skill cost | This will cause the value of Var(0) of that card to be added onto the base skill cost | ||
- | <TP cost - var(1)> | + | '' |
This will make the TP cost go down as Var(1) goes up. | This will make the TP cost go down as Var(1) goes up. | ||
- | <HP cost = var(1)> | + | '' |
This will override the base HP cost and replace it with the value of Var(1). | This will override the base HP cost and replace it with the value of Var(1). | ||
plugin-icv.1723572766.txt.gz · Last modified: 2024/08/13 20:12 by banerjeesw