コード例 #1
0
 public AffectsClearTrigger(AffectsTrigger at)
 {
     this.AffectsTrigger = at;
     this.Pattern        = @"^(You are affected by the following spells:)|(You are not affected by any spells.)";
     this.IsSilent       = true;
     this.Identifier     = "33d1fc1b-7383-4d65-a93c-e225a81f40b4";
 }
コード例 #2
0
 public AffectsPermanentTrigger(AffectsTrigger at)
 {
     this.AffectsTrigger = at;
     this.Pattern        = @"^(Spell|Song ): ([\w\s]+): modifies ([\w\s]+) by ([-+]?\d*) permanently$";
     this.IsSilent       = true;
     this.Identifier     = "6f8bbbe5-067f-4bd2-82a8-b7dbd81e0f95";
 }