AI 实现初版随机地图

This commit is contained in:
2025-09-07 03:34:14 +08:00
parent 4e7f89bd38
commit 89d751ac34
22 changed files with 1555 additions and 1 deletions

View File

@ -35,4 +35,12 @@ NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Recover.Role.Health",DevComment="回复生命值")
+GameplayTagList=(Tag="Recover.Role.Hunger",DevComment="恢复饥饿值")
+GameplayTagList=(Tag="Status.Role.Invincible",DevComment="不掉血标签")
+GameplayTagList=(Tag="Terrain.Forest",DevComment="森林")
+GameplayTagList=(Tag="Terrain.Grassland",DevComment="草地")
+GameplayTagList=(Tag="Terrain.Water",DevComment="水体")
+GameplayTagList=(Tag="Terrain.Water.Shallow", DevComment="浅水区")
+GameplayTagList=(Tag="Terrain.Water.Deep", DevComment="深水区")
+GameplayTagList=(Tag="Terrain.Land",DevComment="土地")
+GameplayTagList=(Tag="Terrain.Swamp", DevComment="沼泽")
+GameplayTagList=(Tag="Terrain.Swamp.Land", DevComment="沼泽陆地")
+GameplayTagList=(Tag="Terrain.Swamp.Water", DevComment="沼泽水域")