Changed Straw totem base fail chance from 35 to 45.
This commit is contained in:
@ -29,7 +29,7 @@ public class StrawTotemItem extends Item {
|
|||||||
public static final String TAG_TARGET_INDEX = "target_index";
|
public static final String TAG_TARGET_INDEX = "target_index";
|
||||||
public static final String TAG_TARGET_NAME = "target_name";
|
public static final String TAG_TARGET_NAME = "target_name";
|
||||||
public static final String TAG_FAIL_CHANCE = "fail_chance";
|
public static final String TAG_FAIL_CHANCE = "fail_chance";
|
||||||
public static final int STARTING_FAIL_CHANCE = 35;
|
public static final int STARTING_FAIL_CHANCE = 45;
|
||||||
|
|
||||||
public StrawTotemItem() {
|
public StrawTotemItem() {
|
||||||
super(new Item.Properties().tab(ItemGroup.TAB_MISC).stacksTo(1).rarity(Rarity.UNCOMMON));
|
super(new Item.Properties().tab(ItemGroup.TAB_MISC).stacksTo(1).rarity(Rarity.UNCOMMON));
|
||||||
|
Reference in New Issue
Block a user