add cards scripts
This commit is contained in:
@@ -10,6 +10,7 @@ add cards script:
|
||||
, new_card([name: "Swamp", super_type: "Basic Land", sub_type: "Swamp", rarity: "basic land", watermark: "mana symbol black"])
|
||||
, new_card([name: "Mountain", super_type: "Basic Land", sub_type: "Mountain", rarity: "basic land", watermark: "mana symbol red"])
|
||||
, new_card([name: "Forest", super_type: "Basic Land", sub_type: "Forest", rarity: "basic land", watermark: "mana symbol green"])
|
||||
, new_card([name: "Desert", super_type: "Basic Land", sub_type: "Desert", rarity: "basic land", watermark: "mana symbol orange"])
|
||||
]
|
||||
|
||||
add cards script:
|
||||
@@ -23,6 +24,7 @@ add cards script:
|
||||
, new_card([name: "Snow-Covered Swamp", super_type: "Basic Snow Land", sub_type: "Swamp", rarity: "common", watermark: "mana symbol black"])
|
||||
, new_card([name: "Snow-Covered Mountain", super_type: "Basic Snow Land", sub_type: "Mountain", rarity: "common", watermark: "mana symbol red"])
|
||||
, new_card([name: "Snow-Covered Forest", super_type: "Basic Snow Land", sub_type: "Forest", rarity: "common", watermark: "mana symbol green"])
|
||||
, new_card([name: "Snow-Covered Desert", super_type: "Basic Snow Land", sub_type: "Desert", rarity: "common", watermark: "mana symbol orange"])
|
||||
]
|
||||
|
||||
#add cards script:
|
||||
@@ -44,6 +46,7 @@ add cards script:
|
||||
, new_card([casting_cost: "B"])
|
||||
, new_card([casting_cost: "R"])
|
||||
, new_card([casting_cost: "G"])
|
||||
, new_card([casting_cost: "O"])
|
||||
]
|
||||
add cards script:
|
||||
name: &Uncommon Cycle
|
||||
@@ -54,12 +57,13 @@ add cards script:
|
||||
, new_card([casting_cost: "B", rarity: "uncommon"])
|
||||
, new_card([casting_cost: "R", rarity: "uncommon"])
|
||||
, new_card([casting_cost: "G", rarity: "uncommon"])
|
||||
, new_card([casting_cost: "O", rarity: "uncommon"])
|
||||
]
|
||||
add cards script:
|
||||
name: &Rare Cycle
|
||||
description: Adds a rare card of each color to the set
|
||||
script:
|
||||
[ new_card([casting_cost: "W", rarity: "rare"]) , new_card([casting_cost: "U", rarity: "rare"]) , new_card([casting_cost: "B", rarity: "rare"]) , new_card([casting_cost: "R", rarity: "rare"]) , new_card([casting_cost: "G", rarity: "rare"]) ]
|
||||
[ new_card([casting_cost: "W", rarity: "rare"]) , new_card([casting_cost: "U", rarity: "rare"]) , new_card([casting_cost: "B", rarity: "rare"]) , new_card([casting_cost: "R", rarity: "rare"]) , new_card([casting_cost: "G", rarity: "rare"]) , new_card([casting_cost: "O", rarity: "rare"]) ]
|
||||
add cards script:
|
||||
name: &Design Skeleton Full
|
||||
description: Basic skeleton of 19C,11U,7R,2M/color, 1U,1R/color pair, 6C,15U,8R,5M/colorless. Type "skeleton_info()" in console tab/help
|
||||
|
||||
Reference in New Issue
Block a user