Skip to content

Commit f3383a2

Browse files
authored
Merge pull request #59 from yuchanns/fix/desc-neutral-world-card
fix: desc text for neutral card complete
2 parents b10ee80 + 0bcc13d commit f3383a2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

localization/english.dl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ english:
278278
desc.text.colony.world : "It represents a settled world in the sector [sector] [blue]${sector}[n], $(plant.era).\n\nIf there are wonders in the galaxy, you must have settled worlds for each wonder on the map (to a maximum ${vic_colony}) to win the game.\n\nThe colony is a backup for your homeworld. When your homeworld is lost, a colony can be your new homeworld.\n\nIn the phase $(phase.challenge), you can use this card to prevent a ${suit} type challenge, but you should discard it after that. Moreover, using the advancement effect is single use. If you trigger these effect , you should discard this card.\n\n${adv1}${adv2|}${adv3|}"
279279
desc.text.colony.world.complete : "$(desc.text.colony.world)"
280280
desc.text.neutral.world : "It represents a neutral [planet] planet [blue]${name}[n] currently existing in sector [blue]${sector}[n], $(plant.era).\n\nOnce you control sector ${sector}, you can $(action.settle) to it.\n\nAfter successfully colonizing a neutral [planet] planet, you immediately gain a free [blue]$(action.power)[n] action and a [blue]$(action.advance)[n] action."
281+
desc.text.neutral.world.complete : "$(desc.text.neutral.world)"
281282
desc.adv1:"• [blue]${adv1_name}[n] (advancement gained in era ${adv1_era}) can be used in [blue]${adv1_stage}[n] phase: ${adv1_desc}\n\n"
282283
desc.adv2:"• [blue]${adv2_name}[n] (advancement gained in era ${adv2_era}) can be used in [blue]${adv2_stage}[n] phase: ${adv2_desc}\n\n"
283284
desc.adv3:"• [blue]${adv3_name}[n] (advancement gained in era ${adv3_era}) can be used in [blue]${adv3_stage}[n] phase: ${adv3_desc}\n\n"

localization/schinese.dl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ schinese:
279279
desc.text.colony.world : "它代表你在星区[sector] [blue]${sector}[n] 拥有一个殖民地[blue]${name}[n],$(plant.era)。\n\n如果版图上有奇迹,你需要拥有和奇迹数量相当(最大为 ${vic_colony})的殖民地才能赢得游戏。\n\n殖民地是母星的后备,当失去母星时,它可被提升为母星。\n\n在$(phase.challenge)阶段,你可以用这张卡抵消一次${suit}类型的挑战,但随后需要弃掉这张卡。另外,这张卡拥有的提升也是一次性的,若选择触发以下提升效果,随之也会弃掉。\n\n${adv1}${adv2|}${adv3|}"
280280
desc.text.colony.world.complete : "$(desc.text.colony.world)"
281281
desc.text.neutral.world : "它代表当前在星区[sector] [blue]${sector} [n]中存在中立[planet]星球[blue]${name}[n],$(plant.era)。\n\n当你控制了星区[sector] ${sector} 后,可向其$(action.settle)。\n\n成功殖民中立[planet]星球后可以免费立即获得一次[blue]$(action.power)[n]行动及一次[blue]$(action.advance)[n]行动。"
282+
desc.text.neutral.world.complete : "$(desc.text.neutral.world)"
282283
desc.adv1:"• [blue]${adv1_name}[n] (第 ${adv1_era} 纪元获得的提升)可在[blue]${adv1_stage}[n]阶段:${adv1_desc}\n\n"
283284
desc.adv2:"• [blue]${adv2_name}[n] (第 ${adv2_era} 纪元获得的提升)可在[blue]${adv2_stage}[n]阶段:${adv2_desc}\n\n"
284285
desc.adv3:"• [blue]${adv3_name}[n] (第 ${adv3_era} 纪元获得的提升)可在[blue]${adv3_stage}[n]阶段:${adv3_desc}\n\n"
@@ -571,4 +572,4 @@ schinese:
571572
credits.linux : "Linux 版本"
572573
credits.wasm : "网页版本"
573574
credits.localization : "本地化"
574-
575+

0 commit comments

Comments
 (0)