Files
conspiracy-card-game/cards/stances.json
🐙PiperYxzzy 981e31b5da Larger changes, setting up card templates
* Action card template now works, alongside Stance template
* Modified data structures slightly to allow for a more concise notation
2022-11-05 13:05:57 +02:00

186 lines
4.5 KiB
JSON

[
{
"Name": {
"en": ""
},
"Description": {
"en": ""
},
"Type": "Bargain",
"AgainstBetrayal": -1,
"AgainstBargain": 3,
"Copies": 20
},
{
"Name": {
"en": ""
},
"Description": {
"en": "If played against a Bargain, +2 points."
},
"Type": "Betrayal",
"AgainstBargain": 2,
"Copies": 20
},
{
"Name": {
"en": "Symbiosis"
},
"Description": {
"en": "If played against a Bargain both players gain an additional 2 points."
},
"Type": "Bargain",
"AgainstBetrayal": -1,
"AgainstBargain": 3,
"Copies": 1
},
{
"Name": {
"en": "Excommunication"
},
"Description": {
"en": "This card must be played face-up."
},
"Type": "Betrayal",
"AgainstBargain": 4,
"Copies": 1
},
{
"Name": {
"en": "Quid Pro Quo"
},
"Description": {
"en": "At any time once played, this card can be flipped face-up to negate a player's Action."
},
"Type": "Bargain",
"AgainstBetrayal": -1,
"AgainstBargain": 3,
"Copies": 1
},
{
"Name": {
"en": "Assassination"
},
"Description": {
"en": "If played against a Bargain, the Bargaining player loses 2 additional points."
},
"Type": "Betrayal",
"AgainstBargain": 1,
"Copies": 1
},
{
"Name": {
"en": "A Fair Deal"
},
"Description": {
"en": "This card must be played face-up."
},
"Type": "Bargain",
"AgainstBetrayal": -1,
"AgainstBargain": 4,
"Copies": 1
},
{
"Name": {
"en": "Coup d'Etat"
},
"Description": {
"en": "If played against the player with the most points in the last round, they lose 2 additional points."
},
"Type": "Betrayal",
"AgainstBargain": 2,
"Copies": 1
},
{
"Name": {
"en": "Contractual Obligations"
},
"Description": {
"en": "If played against a Betrayal, the Betrayer loses 3 points."
},
"Type": "Bargain",
"AgainstBetrayal": 1,
"AgainstBargain": 1,
"Copies": 1
},
{
"Name": {
"en": "A True Name, Spoken Softly"
},
"Description": {
"en": ""
},
"Type": "Betrayal",
"AgainstBetrayal": 1,
"AgainstBargain": 1,
"Copies": 1
},
{
"Name": {
"en": "Peacekeeping"
},
"Description": {
"en": "If played against a Betrayal, you may take all Action and Final cards of the other player."
},
"Type": "Bargain",
"AgainstBetrayal": -1,
"AgainstBargain": 3,
"Copies": 1
},
{
"Name": {
"en": "“Peacekeeping”"
},
"Description": {
"en": "If played against a Bargain, take all the Action cards of the other player."
},
"Type": "Betrayal",
"AgainstBargain": 2,
"Copies": 1
},
{
"Name": {
"en": "Cameraderie"
},
"Description": {
"en": ""
},
"Type": "Bargain",
"AgainstBetrayal": -2,
"AgainstBargain": 4,
"Copies": 1
},
{
"Name": {
"en": "Bitter Taste"
},
"Description": {
"en": "The other player must also redraw all their Bargain cards at the beginning of the next round."
},
"Type": "Betrayal",
"AgainstBargain": 2,
"Copies": 1
},
{
"Name": {
"en": "Love-Tackle"
},
"Description": {
"en": "If a player reveals this card during the game, it is flipped face-up, and they must give you all their Action cards."
},
"Type": "Bargain",
"AgainstBetrayal": -1,
"AgainstBargain": 3,
"Copies": 1
},
{
"Name": {
"en": "Thrown to the Lampreys"
},
"Description": {
"en": "This card must be played face-up and cannot be moved or interacted with. The player this card is played against must immediately play 2 of their Stance cards."
},
"Type": "Betrayal",
"Copies": 1
}
]