Even More Modifiers
1.0.0.0
A mod for rolling various bonus stats on items
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
TestPool.cs
Go to the documentation of this file.
1
using
Loot
;
2
using
Loot
.Core;
3
using
LootTests
.
TestModifiers
;
4
5
namespace
LootTests
.TestPools
6
{
7
public
class
TestPool
:
ModifierPool
8
{
9
public
override
float
RollChance => 1f;
10
11
public
TestPool
()
12
{
13
Modifiers =
new
Modifier
[]
14
{
15
EmptyModLoadShell
.
Instance
.GetModifier<
TestApplyMod
>()
16
};
17
}
18
19
public
override
bool
CanRoll
(ModifierContext ctx)
20
{
21
return
base.CanRoll(ctx);
22
}
23
}
24
}
LootTests.EmptyModLoadShell
Definition:
Tests.cs:14
LootTests.TestPools.TestPool.TestPool
TestPool()
Definition:
TestPool.cs:11
Loot
Modifier
LootTests.EmptyModLoadShell.Instance
static EmptyModLoadShell Instance
Definition:
Tests.cs:17
LootTests.TestModifiers
Definition:
TestApplyMod.cs:4
ModifierPool
LootTests
Definition:
EMMLoaderTests.cs:10
LootTests.TestPools.TestPool
Definition:
TestPool.cs:7
LootTests.TestModifiers.TestApplyMod
Definition:
TestApplyMod.cs:6
LootTests.TestPools.TestPool.CanRoll
override bool CanRoll(ModifierContext ctx)
Definition:
TestPool.cs:19
LootTests
TestPools
TestPool.cs
Generated on Sat Apr 18 2020 16:45:40 for Even More Modifiers by
1.8.11