CardPack - OG: Difference between revisions
mNo edit summary |
add more explanation of cards |
||
Line 21: | Line 21: | ||
This card launches a nuke at any territory on the map. The selected territory, the "epicenter", takes the most damage. The impact spreads to bordering territories. | This card launches a nuke at any territory on the map. The selected territory, the "epicenter", takes the most damage. The impact spreads to bordering territories. | ||
Playing this card happens during the same [[turn phases|turn phase]] as which turn phase was selected in settings. | |||
Game creators can customize: | |||
* The percentage of armies removed from the epicenter (defaults to 75, min 0, max 100). | |||
* A fixed number of armies removed from the epicenter (defaults to 5, min 0, max 100). | |||
* The percentage of armies removed from territories bordering the epicenter (defaults to 50, min 0, max 100). | |||
* A fixed number of armies removed from territories bordering the epicenter (defaults to 5, min 0, max 100). | |||
* The "blast range" - number of territories away from the epicenter that get affected (defaults to 3, min 0, max 5). 0 means only the epicenter is affected. | |||
* The "damage reduction with spread" percentage. The percentage of armies removed from territories bordering the epicenter can be reduced per territory by a customizable amount (defaults to 25, min 0, max 100). 0 means always same percentage of damage done to all bordering territories in range. First territory bordering territory gets full damage, next territory gets full damage minus spread, next gets full damage minus spread minus spread and so on, until no damage done or reached end of blast range. | |||
* If "friendly fire" is enabled - if playing the card can harm the player that played the card (defaults to true). | |||
* Which [[turn phases|turn phase]] the playing the card happens on. | |||
</td> | </td> | ||
<td> | <td> | ||
Line 41: | Line 49: | ||
This card causes damage to all territories of a selected played for a customizable duration of turns. | This card causes damage to all territories of a selected played for a customizable duration of turns. | ||
Playing this card happens during any [[turn phases|turn phase]]. | |||
The strength of the card is the amount of armies to remove from a player's territories. | |||
</td> | </td> | ||
<td> | <td> | ||
Line 61: | Line 69: | ||
This card prevents attack/transfer orders to or from a selected territory happening for a customizable duration of turns. | This card prevents attack/transfer orders to or from a selected territory happening for a customizable duration of turns. | ||
Playing this card happens during the same [[turn phases|turn phase]] as [[Gift Card]]s. | |||
The duration of the card is expected to be positive or -1. -1 means the affect lasts forever. | |||
</td> | </td> | ||
<td> | <td> |
Revision as of 17:30, 5 March 2025
Mod name | CardPack - OG |
Creator | krinid |
Made public on | 2025-03-03[1] |
Category | Experimental |
Tags | #Strategic |
Runs on Warzone version | 5.32.0.1+ |
Source code | GitHub |
This mod adds 3 custom cards to the game: Nuke Card, Pestilence Card and the Isolation Card. This mod is inspired from Custom Card Package, hence the name "OG", and upgrades it to use custom card feature of the mod API framework, which allows for card images and using the normal cards menu (located under Game > Cards), rather than using a mod menu.
Cards
Nuke Card
This card launches a nuke at any territory on the map. The selected territory, the "epicenter", takes the most damage. The impact spreads to bordering territories. Playing this card happens during the same turn phase as which turn phase was selected in settings. Game creators can customize:
|
Nuke Card ![]()
|
Pestilence Card
This card causes damage to all territories of a selected played for a customizable duration of turns. Playing this card happens during any turn phase. The strength of the card is the amount of armies to remove from a player's territories. |
Pestilence Card ![]()
|
Isolation Card
This card prevents attack/transfer orders to or from a selected territory happening for a customizable duration of turns. Playing this card happens during the same turn phase as Gift Cards. The duration of the card is expected to be positive or -1. -1 means the affect lasts forever. |
Isolation Card ![]()
|