mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
More readable unique docs - this is the easiest way I've found to have the uniques themselves stand out
This commit is contained in:
parent
1fa1c6885a
commit
1fcc59adb3
@ -72,7 +72,7 @@ class UniqueDocsWriter {
|
||||
|
||||
val uniqueText = if (targetType.key == UniqueTarget.Conditional) "<${uniqueType.text}>"
|
||||
else uniqueType.text
|
||||
lines += "#### $uniqueText"
|
||||
lines += "### 🔷 $uniqueText"
|
||||
if (uniqueType.text.contains('['))
|
||||
lines += "Example: \"${replaceExamples(uniqueText)}\"\n"
|
||||
lines += "Applicable to: " + uniqueType.targetTypes.sorted().joinToString()
|
||||
|
730
docs/uniques.md
730
docs/uniques.md
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user