Buff Nano Saber damage. Closes #1714
This commit is contained in:
parent
0817b70f55
commit
8f64355885
2 changed files with 4 additions and 1 deletions
|
@ -172,6 +172,9 @@ public class TechRebornConfig {
|
|||
@Config(config = "items", category = "power", key = "nanoSaberCost", comment = "Energy Cost for Nano Saber")
|
||||
public static int nanosaberCost = 150;
|
||||
|
||||
@Config(config = "items", category = "power", key = "nanoSaberDamage", comment = "Damage value for the Nano Saber")
|
||||
public static int nanosaberDamage = 20;
|
||||
|
||||
@Config(config = "items", category = "power", key = "electricTreetapCharge", comment = "Energy Capacity for Electric Treetap")
|
||||
public static int electricTreetapCharge = 10_000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue