Skip to content

Commit

Permalink
runData (ldtteam#8840)
Browse files Browse the repository at this point in the history
Fix missing translation for MOQ research
  • Loading branch information
uecasm committed Dec 27, 2022
1 parent 2d5ad35 commit 3bc278f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"com.minecolonies.research.effects.telescope.description": "Farther rallying banner range",
"com.minecolonies.research.effects.standard.description": "Place Rallying Banner at location",
"com.minecolonies.research.effects.air.description": "Citizens can stay longer underwater",
"com.minecolonies.research.effects.min_order.description": "Buildings wait a bit longer before placing orders",
"com.minecolonies.research.effects.blockhutarchery.description": "Unlocks Archery",
"com.minecolonies.research.effects.blockhutbarracks.description": "Unlocks Barracks",
"com.minecolonies.research.effects.blockhutblacksmith.description": "Unlocks Blacksmith's Hut",
Expand Down Expand Up @@ -126,6 +127,8 @@
"com.minecolonies.research.civilian.nimble.subtitle": "Not that we get time to exercise. It must be the morning commute.",
"com.minecolonies.research.civilian.vines.name": "Aaaiooooiooo",
"com.minecolonies.research.civilian.vines.subtitle": "Me Tarzan, you Jane.",
"com.minecolonies.research.civilian.moq.name": "Minimum Order Quantity",
"com.minecolonies.research.civilian.moq.subtitle": "Work smarter, not harder.",
"com.minecolonies.research.civilian.agile.name": "Agile",
"com.minecolonies.research.civilian.agile.subtitle": "So this is how it feels to be young again...",
"com.minecolonies.research.civilian.swift.name": "Swift",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"branch": "minecolonies:civilian",
"effects": [
{
"minecolonies:effects/min_order": 1
}
],
"icon": "minecolonies:clipboard",
"parentResearch": "minecolonies:civilian/rails",
"researchLevel": 3,
"subtitle": "com.minecolonies.research.civilian.moq.subtitle",
"sortOrder": 10,
"icon": "minecolonies:clipboard",
"requirements": [
{
"building": "deliveryman",
Expand All @@ -21,7 +19,9 @@
"quantity": 16
}
],
"researchLevel": 3,
"sortOrder": 10,
"subtitle": "com.minecolonies.research.civilian.moq.subtitle"
"effects": [
{
"minecolonies:effects/min_order": 1
}
]
}

0 comments on commit 3bc278f

Please sign in to comment.