道具,坐骑碎片

back_recharge
duhui 2021-11-01 14:00:43 +08:00
parent fc2d33d4c9
commit 121c01dce1
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ public interface GlobalItemType {
// 万能狗粮 // 万能狗粮
int AllPowerful_DogFood = 25; int AllPowerful_DogFood = 25;
int LikableCostItem=27;//好感度功能消耗道具 int LikableCostItem=27;//好感度功能消耗道具
int MOUNT_FRAGMENTS_ITEM = 28;//坐骑碎片
//物品使用类型 //物品使用类型
int NO_USE = 0 ; //不使用 int NO_USE = 0 ; //不使用
int RANDOM_USE = 1; // 随机使用 int RANDOM_USE = 1; // 随机使用

View File

@ -566,6 +566,7 @@ public class ItemUtil {
case GlobalItemType.SELECTSecretBox: case GlobalItemType.SELECTSecretBox:
case GlobalItemType.SpecialMonsterItem: case GlobalItemType.SpecialMonsterItem:
case GlobalItemType.AllPowerful_DogFood: case GlobalItemType.AllPowerful_DogFood:
case GlobalItemType.MOUNT_FRAGMENTS_ITEM:
itemType = GlobalItemType.ITEM; itemType = GlobalItemType.ITEM;
break; break;
default: default: