This commit is contained in:
Judah 2026-04-01 18:54:30 -06:00
parent 4f50717650
commit de03496bff
7 changed files with 4 additions and 4 deletions

View file

@ -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",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 KiB

After

Width:  |  Height:  |  Size: 714 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 970 KiB

After

Width:  |  Height:  |  Size: 983 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 KiB

After

Width:  |  Height:  |  Size: 493 KiB

View file

@ -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,