1using System.Collections.Generic;
7 public List<int>
uids =
new List<int>();
9 public List<Chara>
members =
new List<Chara>();
11 public override string id =>
"trial_siege";
26 for (
int i = 0; i < 10; i++)
40 foreach (
int uid
in uids)
44 if (chara2.
uid == uid)
static Chara CreateFromFilter(string id, int lv=-1, int levelRange=-1)
override bool IsAliveInCurrentZone
static FactionBranch Branch
static SoundManager Sound
Point GetRandomSurface(int x, int z, int radius, bool walkable=true, bool allowWater=false)
new Point GetRandomEdge(int r=3)
static string Say(string idLang, string ref1, string ref2=null, string ref3=null, string ref4=null)
static Thing Create(string id, int idMat=-1, int lv=-1)
override void OnTickRound()
override Playlist playlist
virtual Chara CreateChara()
override void OnFirstTick()
Card AddCard(Card t, Point point)