Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
ConFreeze.cs
Go to the documentation of this file.
1
public
class
ConFreeze
:
Condition
2
{
3
public
override
bool
UseElements
=>
true
;
4
5
public
override
void
OnChangePhase
(
int
lastPhase,
int
newPhase)
6
{
7
switch
(newPhase)
8
{
9
case
0:
10
elements
.
SetBase
(79, -25);
11
break
;
12
case
1:
13
elements
.
SetBase
(79, -50);
14
break
;
15
}
16
}
17
}
BaseCondition.elements
ElementContainer elements
Definition:
BaseCondition.cs:13
ConFreeze
Definition:
ConFreeze.cs:2
ConFreeze.UseElements
override bool UseElements
Definition:
ConFreeze.cs:3
ConFreeze.OnChangePhase
override void OnChangePhase(int lastPhase, int newPhase)
Definition:
ConFreeze.cs:5
Condition
Definition:
Condition.cs:4
ElementContainer.SetBase
Element SetBase(string alias, int v, int potential=0)
Definition:
ElementContainer.cs:352
Elin
ConFreeze.cs
Generated by
1.9.6