Elin Modding Docs Doc
Loading...
Searching...
No Matches
TraitFollower.cs
1
using
System;
2
3
// Token: 0x02000487 RID: 1159
4
public
class
TraitFollower
:
TraitChara
5
{
6
// Token: 0x06002003 RID: 8195 RVA: 0x000B3168 File Offset: 0x000B1368
7
public
override
void
OnCreate(
int
lv)
8
{
9
base.owner.SetFaith(
EClass
.game.religions.dictAll.RandomItem<
string
,
Religion
>());
10
}
11
12
// Token: 0x06002004 RID: 8196 RVA: 0x000B3189 File Offset: 0x000B1389
13
public
override
void
SetName(ref
string
s)
14
{
15
s =
"_of"
.lang(base.owner.faith.Name, s,
null
,
null
,
null
);
16
}
17
}
EClass
Definition
EClass.cs:7
Religion
Definition
Religion.cs:7
TraitChara
Definition
TraitChara.cs:6
TraitFollower
Definition
TraitFollower.cs:5
Elin
TraitFollower.cs
Generated by
1.12.0