Makes tools and welders ECS, add ToolQualityPrototype. (#4741)
This commit is contained in:
committed by
GitHub
parent
f2760d0002
commit
365c7da4dc
@@ -4,7 +4,7 @@
|
||||
comp-repairable-repair = You repair {PROPER($target) ->
|
||||
[true] {""}
|
||||
*[false] the{" "}
|
||||
}{$target} with {PROPER($welder) ->
|
||||
}{$target} with {PROPER($tool) ->
|
||||
[true] {""}
|
||||
*[false] the{" "}
|
||||
}{$welder}
|
||||
}{$tool}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
multiple-tool-component-no-behavior = None
|
||||
17
Resources/Locale/en-US/tools/tool-qualities.ftl
Normal file
17
Resources/Locale/en-US/tools/tool-qualities.ftl
Normal file
@@ -0,0 +1,17 @@
|
||||
tool-quality-anchoring-name = Anchoring
|
||||
tool-quality-anchoring-tool-name = Wrench
|
||||
|
||||
tool-quality-prying-name = Prying
|
||||
tool-quality-prying-tool-name = Wrench
|
||||
|
||||
tool-quality-screwing-name = Screwing
|
||||
tool-quality-screwing-tool-name = Wrench
|
||||
|
||||
tool-quality-cutting-name = Cutting
|
||||
tool-quality-cutting-tool-name = Wirecutter
|
||||
|
||||
tool-quality-welding-name = Welding
|
||||
tool-quality-welding-tool-name = Welder
|
||||
|
||||
tool-quality-pulsing-name = Pulsing
|
||||
tool-quality-pulsing-tool-name = Multitool
|
||||
Reference in New Issue
Block a user