pickaxe ore tooltip; working item pickup and throw effects

This commit is contained in:
minjaesong
2023-10-27 02:55:13 +09:00
parent 012d3482dc
commit 19f1eb2278
20 changed files with 95 additions and 22 deletions

View File

@@ -158,4 +158,11 @@ object AVKey {
* This value is only used for IngamePlayers
*/
const val GAMEMODE = "gamemode"
/** String
* Comma-separated ItemIDs for the item the ore drops (`item@basegame:128` instead of `ores@basegame:1`)
*
* When the player gets the ore item, its itemID is appended to this actorvalue.
*/
const val ORE_DICT = "oredict"
}