30 if (c.
Evalue(1655) < 2 || EClass.pc.party.members.Count <= 1)
52 if (member2 ==
EClass.
pc || (passive && c.Evalue(1655) >= 2))
57 if (passive || !c.faith.TryGetGift())
63 c.Say(
"pray_ignore", c, c.faith.Name);
64 c.PlaySound(
"pray_ignore");
79 EClass.player.prayed =
true;
88 if (member ==
EClass.
pc || (passive && c.Evalue(1655) >= 2))
96 c.Say(
"pray_heal", c);
static void Pray(Chara c, bool passive)
static bool TryPray(Chara c, bool passive=false)
SoundSource PlaySound(string id, float v=1f, bool spatial=true)
virtual void HealHP(int a, HealSource origin=HealSource.None)
Effect PlayEffect(string id, bool useRenderPos=true, float range=0f, Vector3 fix=default(Vector3))
void ModExp(string alias, int a)
void Say(string lang, string ref1=null, string ref2=null)
bool HasCondition(string alias)
void Cure(CureType type, int p=100, BlessedState state=BlessedState.Normal)
void Revelation(string idTalk, int chance=100)
static TargetTypeSelf Self