4 using Microsoft.Xna.Framework;
12 public override int EssenceCraftCost => 10;
13 protected override string CubeName =>
"Violet Cube";
14 protected override Color? OverrideNameColor => Color.PeachPuff;
16 protected override TooltipLine ExtraTooltip =>
new TooltipLine(mod,
"BlackCube::Description::Add_Box",
17 "Does nothing special for now")
19 overrideColor = OverrideNameColor
24 item.value = Item.buyPrice(copper: 1);
Defines a set of rolling utilities
Defines properties that will be used when an item is being rolled in a IRollingStrategy<T> These can ...
override void SafeDefaults()
static DefaultRollingStrategy Default
override RollingStrategy GetRollingStrategy(Item item, RollingStrategyProperties properties)
override void SafeStaticDefaults()
Defines a rerolling cube that opens the rerolling UI on right click The method M:GetRollingStrategy c...