mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
glow orbs
This commit is contained in:
@@ -73,4 +73,16 @@ class ItemCherryBomb(originalID: ItemID) : ItemThrowable(originalID, "net.torval
|
||||
init {
|
||||
itemImage = CommonResourcePool.getAsItemSheet("basegame.items").get(0,13)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 2024-07-12.
|
||||
*/
|
||||
class ItemGlowOrb(originalID: ItemID) : ItemThrowable(originalID, "net.torvald.terrarum.modulebasegame.gameactors.ActorGlowOrb") {
|
||||
override var originalName = "ITEM_GLOW_ORB"
|
||||
init {
|
||||
itemImage = CommonResourcePool.getAsItemSheet("basegame.items").get(1,13)
|
||||
}
|
||||
// itemImageEmissive is not set because held glow orb does not glow (they get activated only when thrown)
|
||||
}
|
||||
Reference in New Issue
Block a user