全ての報告
テラフォーミング・マーズ(Terraforming Mars)の報告
#161906: "On Amazonis Planitia, hovering over the "Geologist" milestone should highlight relevant tiles."
どういった内容ですか?
どうしましたか?以下から選んでください
提案:次項がゲームを大きく改善すると思われる
詳細
• 何を意味するのか、簡単に理解できるようにあなたの提案を正確かつ簡潔に説明してください。
The milestone "Geologist" is acquired by "volcanic" hexes, and hexes adjacent to them. The problem is, if a space is covered by a tile, then it's unclear which hexes are "volcanic", which is important information in order to complete the milestone.
Therefore I propose to "highlight" the relevant hexes when hovering over the milestone.
This CSS below will achieve exactly what I want (so...I guess this is a Pull Request?):
.map_3 #main_board:has(.milestone[data-name="GEOLOGIST"]:hover) {
& [data-name="Elysium Mons"],
& [data-name="Hecates Tholus"],
& [data-name="Alba Mons"],
& [data-name="Uranius Tholus"] {
background-color: rgba(255, 0, 0, 0.5);
& .tile{
transform: scale(0.8);
transform-origin: center center;
}
}
}• あなたのブラウザは何ですか?
Google Chrome v134
報告履歴
Terrafire • この提案はまだ開発者によって解析されていません:
2025年 3月19日 18:24 • Imgur Screenshots of how the proposed CSS looks:
imgur.com/a/HEvcy4k
imgur.com/a/HEvcy4k
Terrafire • この提案はまだ開発者によって解析されていません:
2025年 3月19日 18:29 • I, uh, wrote the CSS using the :has selector, which has.. alright browser support:caniuse.com/css-has
xspuipuke • この提案はまだ開発者によって解析されていません:
2025年 3月20日 10:46 • Alternatively, the popup when hovering over the space should contain the information that this is a volcanic area. This info should also appear in the tooltip when a tile is on the space.
報告に書き加える
このバグを再現するため、またはあなたの提案を理解するために、ここに関連性があると思われるものを追加してください:
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。