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
TestApplyMod.cs
Go to the documentation of this file.
1
using
Loot
.Core;
2
using
Terraria
;
3
4
namespace
LootTests
.TestModifiers
5
{
6
public
class
TestApplyMod
:
Modifier
7
{
8
public
override
void
Apply
(Item item)
9
{
10
item.damage = 9001;
11
}
12
}
13
}
Loot
Modifier
Terraria
LootTests.TestModifiers.TestApplyMod.Apply
override void Apply(Item item)
Definition:
TestApplyMod.cs:8
LootTests
Definition:
EMMLoaderTests.cs:10
LootTests.TestModifiers.TestApplyMod
Definition:
TestApplyMod.cs:6
LootTests
TestModifiers
TestApplyMod.cs
Generated on Sat Apr 18 2020 16:45:40 for Even More Modifiers by
1.8.11