Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "GameCardId":"LOOT_167",
- "ConfigComment":"Fungalmancer settings.",
- "BeforePlayCardBonus":
- {
- "values":
- [
- {
- "comment":"have two minions can attack",
- "condition": "my_minions(count(), tired = false) > 1",
- "value":"20",
- },
- {
- "comment":"",
- "condition": "my_minions(count()) > 1",
- "value":"15",
- },
- {
- "comment":"",
- "condition": "my_minions(count()) < 1",
- "value":"-100",
- },
- {
- "comment":"can attack face with two minions",
- "condition": "my_minions(count(), tired = false) > 1 AND my_target(count(), hero = true) > 0 AND opp_minions(count(), taunt) < 1",
- "value":"50",
- },
- ],
- },
- "InHandBonus":
- {
- "values":
- [
- {
- "comment":"keep it if i dont have minions",
- "condition": "my_minions(count()) < 1",
- "value":"50",
- }
- ],
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment