Parlaycard (Data Type)¶
- Table of contents
- Parlaycard (Data Type)
- Description
- Members
- Methods
Description¶
This DataType includes all of the data available to ISXVG that is related to the parlay cards.
Members¶
-
string
Name -
int
ID -
int
RefreshRangeLower -
int
RefreshRangeUpper -
int
RoundsToRefresh- CURRENT number of rounds until card is 'refreshed'
-
int
InfluenceMin -
int
InfluenceMax -
int
Influence- Returns the highest influence that a card can give. This member should be removed from scripts and replaced with either "InfluenceMin" or "InfluenceMax"
-
int
ReasonCost -
int
InspireCost -
int
FlatterCost -
int
DemandCost -
int
ReasonGained -
int
ReasonGiven -
int
InspireGained -
int
InspireGiven -
int
FlatterGained -
int
FlatterGiven -
int
DemandGained -
int
DemandGiven
Methods¶
-
Select- This method selects this card to be used as your next statement
-
Play- This method does the same thing as "Select"; however, it actually plays the card for you as well as selects it. In other words,
ParlayCard[]:Playis equivalent toParlayCard[]:Select+Parlay:PlayCard
- This method does the same thing as "Select"; however, it actually plays the card for you as well as selects it. In other words,