diff --git a/models.proto b/models.proto index d844e74..17a2a39 100644 --- a/models.proto +++ b/models.proto @@ -100,25 +100,26 @@ message Role { int32 exp = 6; int32 diamond = 7; - int64 hp = 8; - int64 hp_max = 9; + int32 sp = 8; + int32 sp_max = 9; bool del = 10; - map incres = 11; + int64 sp_lastupdate = 11; + map incres = 12; - string items = 12;//物品 "id=count id2=count2" - uint32 clotheslimit = 13; - uint32 weaponslimit = 14; - uint32 otherlimit = 15; - uint32 jewelrylimit = 16; - uint32 materiallimit = 17; + string items = 13;//物品 "id=count id2=count2" + uint32 clotheslimit = 14; + uint32 weaponslimit = 15; + uint32 otherlimit = 16; + uint32 jewelrylimit = 17; + uint32 materiallimit = 18; - map passchapters = 18; // 通关记录 - map time_reset = 19; // 重置记录 {1=1,2=1,3=1} 1=CrossDay,2=CrossWeek,3=CrossMonth + map passchapters = 19; // 通关记录 + map time_reset = 20; // 重置记录 {1=1,2=1,3=1} 1=CrossDay,2=CrossWeek,3=CrossMonth - map daily_task = 20; - map week_task = 21; - map month_task = 22; + map daily_task = 21; + map week_task = 22; + map month_task = 23; - int32 guide_steps = 23; - map buffs = 24; + int32 guide_steps = 24; + map buffs = 25; } \ No newline at end of file -- libgit2 0.21.2