Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localize ALL Quest Descriptions #1849

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 24 additions & 29 deletions config/ftbquests/quests/chapters/ad_astra.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@
""
"{atm9.quest.adAstra.desc.launch.5}"
""
"Moon Info:"
"Gravity: 1.625 m/s"
"Oxygen: None"
"Temperature: -160.0 °C"
"{atm9.quest.adAstra.desc.moonInfo.1}"
"{atm9.quest.adAstra.desc.moonInfo.2}"
"{atm9.quest.adAstra.desc.moonInfo.3}"
"{atm9.quest.adAstra.desc.moonInfo.4}"
]
hide_dependency_lines: true
icon: "ad_astra:moon_globe"
Expand Down Expand Up @@ -257,7 +257,7 @@
description: [
"{atm9.quest.adAstra.desc.ostrum}"
""
"Ostrum is used for several new machines, as well as a new Space Suit for us to survive on hotter planets!"
"{atm9.quest.adAstra.desc.ostrumUsage.1}"
]
id: "2A279B011D09A9EE"
rewards: [
Expand Down Expand Up @@ -296,10 +296,10 @@
description: [
"{atm9.quest.adAstra.desc.mars.1}"
""
"Mars Info:"
"Gravity: 3.72076 m/s"
"Oxygen: None"
"Temperature: -65.0 °C"
"{atm9.quest.adAstra.desc.marsInfo.1}"
"{atm9.quest.adAstra.desc.marsInfo.2}"
"{atm9.quest.adAstra.desc.marsInfo.3}"
"{atm9.quest.adAstra.desc.marsInfo.4}"
]
icon: "ad_astra:mars_globe"
id: "4E8E49EB9C83188E"
Expand Down Expand Up @@ -328,10 +328,10 @@
""
"{atm9.quest.adAstra.desc.venus.3}"
""
"Venus Info:"
"Gravity: 8.87 m/s"
"Oxygen: none"
"Temperature: 464.0 °C"
"{atm9.quest.adAstra.desc.venusInfo.1}"
"{atm9.quest.adAstra.desc.venusInfo.2}"
"{atm9.quest.adAstra.desc.venusInfo.3}"
"{atm9.quest.adAstra.desc.venusInfo.4}"
]
icon: "ad_astra:venus_globe"
id: "0EE652B280CB5F55"
Expand Down Expand Up @@ -371,10 +371,10 @@
description: [
"{atm9.quest.adAstra.desc.mercury}"
""
"Mercury Info:"
"Gravity: 3.7 m/s"
"Oxygen: none"
"Temperature: 167.0 °C"
"{atm9.quest.adAstra.desc.mercuryInfo.1}"
"{atm9.quest.adAstra.desc.mercuryInfo.2}"
"{atm9.quest.adAstra.desc.mercuryInfo.3}"
"{atm9.quest.adAstra.desc.mercuryInfo.4}"
]
icon: "ad_astra:mercury_globe"
id: "32738F324B799879"
Expand Down Expand Up @@ -408,10 +408,10 @@
description: [
"{atm9.quest.adAstra.desc.glacio.1}"
""
"Glacio Info:"
"Gravity: 3.721 m/s"
"Oxygen: Yes"
"Temperature: -20.0 °C"
"{atm9.quest.adAstra.desc.glacioInfo.1}"
"{atm9.quest.adAstra.desc.glacioInfo.2}"
"{atm9.quest.adAstra.desc.glacioInfo.3}"
"{atm9.quest.adAstra.desc.glacioInfo.4}"
]
icon: "ad_astra:glacio_globe"
id: "0B407DE1771F3304"
Expand Down Expand Up @@ -1058,12 +1058,7 @@
{
can_repeat: false
description: [
"This Quest has been authored by &6AllTheMods Staff&r, or a &2Community contributor&r for use in AllTheMods Modpacks."
"As all &6AllTheMods&r packs are licensed under &eAll Rights Reserved&r, this Quest is not allowed to be used in any public packs not released by the &6AllTheMods Team&r, without explicit permission."
""
""
""
"This quest is intentionally hidden, if you're seeing this, you're in editing mode."
"{atm9.quest.desc.Authored}"
]
disable_toast: true
hide: true
Expand All @@ -1083,12 +1078,12 @@
{
disable_toast: true
id: "63671C4CE146D8C4"
title: "Quests By AllTheMods"
title: "{atm9.quest.Authored}"
type: "checkmark"
}
{
id: "3F68281087FDC3BE"
title: "Quests By AllTheMods"
title: "{atm9.quest.Authored}"
type: "checkmark"
}
]
Expand Down
Loading