mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
itemdesc change for solder wire
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"TOOLTIP_item@basegame:36": "Creates wires from metal ingots",
|
||||
"TOOLTIP_item@basegame:47": "Reorients gadgets",
|
||||
"TOOLTIP_item@basegame:48": "Melts two metal ingots to make a bar of alloy",
|
||||
"TOOLTIP_item@basegame:50": "Put it on the Electronics Workbench",
|
||||
"TOOLTIP_item@basegame:50": "Use it on the Electronics Workbench",
|
||||
|
||||
"TOOLTIP_item@basegame:114": "A precious fuel for the steel production",
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"TOOLTIP_item@basegame:36": "금속 주괴를 사용해 철사를 뽑아냅니다",
|
||||
"TOOLTIP_item@basegame:47": "기기의 방향을 바꿉니다",
|
||||
"TOOLTIP_item@basegame:48": "두 금속 괴를 녹여 합금을 만듭니다",
|
||||
"TOOLTIP_item@basegame:50": "전자 작업대에 갖다놓으세요",
|
||||
"TOOLTIP_item@basegame:50": "전자 작업대에서 사용하세요",
|
||||
|
||||
"TOOLTIP_item@basegame:114": "강철 생산의 소중한 연료입니다",
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ class ItemElectricWorkbench(originalID: ItemID) : FixtureItemBase(originalID, "n
|
||||
override val canBeDynamic = false
|
||||
override val materialId = ""
|
||||
override val itemImage: TextureRegion
|
||||
get() = getItemImageFromSheet("basegame", "sprites/fixtures/electric_workbench.tga", 32, 32, 0, 1)
|
||||
get() = getItemImageFromSheet("basegame", "sprites/fixtures/electric_workbench.tga", 32, 32, 0, 0)
|
||||
|
||||
override var baseToolSize: Double? = baseMass
|
||||
override var originalName = "ITEM_ELECTRIC_WORKBENCH"
|
||||
|
||||
Reference in New Issue
Block a user