mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
10 lines
276 B
Lua
10 lines
276 B
Lua
local L0_1, L1_1
|
|
L0_1 = {}
|
|
L0_1.MONSTER_RARITY_NONE = 0
|
|
L0_1.MONSTER_RARITY_SMALL_MONSTER = 1
|
|
L0_1.MONSTER_RARITY_ELITE_MONSTER = 2
|
|
L0_1.MONSTER_RARITY_BOSS_MONSTER = 3
|
|
L0_1.MONSTER_RARITY_BIG_BOSS_MONSTER = 4
|
|
L0_1.MONSTER_RARITY_SMALL_ENV_ANIMAL = 5
|
|
MonsterRarityType = L0_1
|