Skip to content
Snippets Groups Projects

Added icons to all items

Merged Alexander Gatland requested to merge alexander into main
37 files
+ 1058
6
Compare changes
  • Side-by-side
  • Inline
Files
37
@@ -14,6 +14,7 @@ namespace BigSock.Item {
public override ulong Id => 103;
public override string Name => "Caffeinated Coffee";
public override string Description => "Increases attack speed by 25%";
public override string IconName => "item/coffee";
public ItemCoffee() {
Modifier = new CharacterStats{
Loading