全ての報告
アグリコラ(Agricola)の報告
#43789: "Add button to display all played cards with full detail"
どういった内容ですか?
どうしましたか?以下から選んでください
提案:次項がゲームを大きく改善すると思われる
詳細
• 何を意味するのか、簡単に理解できるようにあなたの提案を正確かつ簡潔に説明してください。
At some point it hard to remember all card effects. And instead of clicking on all my played cards one by one, it would be nice to have a button to show all played cards (improvements and occupations) at once with full detail.• あなたのブラウザは何ですか?
Mozilla v5
報告履歴
2021年 6月26日 21:16 •
vincentt • 開発者はこの提案に対して詳細を求めています:
2021年 7月14日 14:05 • Hi
You have a tooltip to show all the information.
Why would you need this?
You have a tooltip to show all the information.
Why would you need this?
impeira • 開発者はこの提案に対して詳細を求めています:
2021年 7月14日 23:09 • Maybe it is only a personal preference, but to hover (with delay) or long tab over 5 or more cards can feels a bit annoying. Particularly when playing (multiple) turn-based games where I have to remind myself what I was doing and what the status quo was.
A "show all played cards" modal window would be more pleasant to use, thats all.
A "show all played cards" modal window would be more pleasant to use, thats all.
pebblefloor • 開発者はこの提案に対して詳細を求めています:
2021年 8月25日 7:15 • It would be great to be able to display all cards in full detail (including on other player boards), especially if I do not have all the cards memorized.
KKuchen • 開発者はこの提案に対して詳細を求めています:
2021年 9月 9日 0:25 • Yes. This would be helpful. I wish it was like for the cards that are not yet bought.
dragonbane • 開発者はこの提案に対して詳細を求めています:
2021年11月 9日 1:57 • Alternately, have a setting option to show either the image (card tops, current implementation) or the text (Card bottoms + title), leaving the hover-over the same.
pebblefloor • 開発者はこの提案に対して詳細を求めています:
2022年 2月21日 15:15 • For others interested in this, an ugly workaround:
.bgagame-agricola .player-card-inner .card-desc {
height:143px;
top:83px !important;
}
Attach to your favourite CSS injector addon, toggle on and off to see card text.
.bgagame-agricola .player-card-inner .card-desc {
height:143px;
top:83px !important;
}
Attach to your favourite CSS injector addon, toggle on and off to see card text.
pebblefloor • 開発者はこの提案に対して詳細を求めています:
2022年 2月21日 15:17 • Whoops:
.bgagame-agricola .player-board-resizable .player-card-inner .card-desc {
height:143px;
top:83px !important;
}
.bgagame-agricola .player-board-resizable .player-card-inner .card-desc {
height:143px;
top:83px !important;
}
pebblefloor • 開発者はこの提案に対して詳細を求めています:
2022年 2月21日 16:12 • Based on gaming group feedback, some CSS that replaces the background texture with a semitransparent one, so you don't even have to pop up the tooltip to see the card art:
.bgagame-agricola .player-board-resizable .player-card-inner .card-desc {
height:143px!important;
top:83px!important;
background-color:rgba(232,227,146,0.75)!important;
background-image:none!important;
text-shadow:1px 1px 4px rgba(255,255,255,1)!important;
}
.bgagame-agricola .player-board-resizable .player-card-inner .card-desc {
height:143px!important;
top:83px!important;
background-color:rgba(232,227,146,0.75)!important;
background-image:none!important;
text-shadow:1px 1px 4px rgba(255,255,255,1)!important;
}
報告に書き加える
このバグを再現するため、またはあなたの提案を理解するために、ここに関連性があると思われるものを追加してください:
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。