feat: Implement stigmata standard reroll

This commit is contained in:
Naruse
2024-11-18 13:06:18 +08:00
parent 7ab78d6c47
commit c9870f5d66
7 changed files with 181 additions and 8 deletions

View File

@@ -61,6 +61,13 @@ class SaveData:
"Exp": get_item.exp,
"SlotNum": get_item.slot_num,
"IsLocked" : get_item.is_locked,
"RuneLists": [
{
"RuneId":rune.rune_id,
"strengthPercent":rune.strength_percent
}
for rune in get_item.rune_list
],
"EquipAvatarID" : get_item.equip_avatar_id
}
}