.
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "Passive",
|
"type": "Passive",
|
||||||
"cost": 0,
|
"cost": 0,
|
||||||
"image": "https://docs.brut.systems/judah/entropy/passive-base.png",
|
"image": "https://docs.brut.systems/judah/entropy/passive-base.png",
|
||||||
"isHorizontal": false
|
"isHorizontal": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name": "Rapid Response",
|
"name": "Rapid Response",
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"type": "Passive",
|
"type": "Passive",
|
||||||
"cost": 0,
|
"cost": 0,
|
||||||
"image": "https://docs.brut.systems/judah/entropy/passive-base.png",
|
"image": "https://docs.brut.systems/judah/entropy/passive-base.png",
|
||||||
"isHorizontal": false
|
"isHorizontal": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name": "Breaker",
|
"name": "Breaker",
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
"type": "Passive",
|
"type": "Passive",
|
||||||
"cost": 0,
|
"cost": 0,
|
||||||
"image": "https://docs.brut.systems/judah/entropy/passive-base.png",
|
"image": "https://docs.brut.systems/judah/entropy/passive-base.png",
|
||||||
"isHorizontal": false
|
"isHorizontal": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name": "Inverse Entropy",
|
"name": "Inverse Entropy",
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 703 KiB After Width: | Height: | Size: 714 KiB |
|
Before Width: | Height: | Size: 970 KiB After Width: | Height: | Size: 983 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 469 KiB After Width: | Height: | Size: 493 KiB |
2
main.go
|
|
@ -130,7 +130,7 @@ func main() {
|
||||||
Type: card.typ.String(),
|
Type: card.typ.String(),
|
||||||
Image: imgurl,
|
Image: imgurl,
|
||||||
Cost: card.entropy,
|
Cost: card.entropy,
|
||||||
Horizontal: false,
|
Horizontal: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Token: card.typ == Token,
|
Token: card.typ == Token,
|
||||||
|
|
|
||||||