Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/amber_ore.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.modifiers = .{
.{
.id = "light",
.strength = 0.5,
.multStrength = 0.5,
.restriction = .{
.id = .encased,
.tag = .precious,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/basalt/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .basalt,
.restriction = .{
.id = .encased,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/baobab.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.45,
.multStrength = 0.45,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/birch.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.45,
.multStrength = 0.45,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/bolete.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.45,
.multStrength = 0.45,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/cirrus.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.modifiers = .{
.{
.id = "light",
.strength = 0.15,
.multStrength = 0.15,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/glimmergill.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.50,
.multStrength = 0.50,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/mahogany.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.45,
.multStrength = 0.45,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/oak.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.45,
.multStrength = 0.45,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/palm.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.45,
.multStrength = 0.45,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/pine.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.45,
.multStrength = 0.45,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/toadstool.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.45,
.multStrength = 0.45,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/branch/willow.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.45,
.multStrength = 0.45,
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions assets/cubyz/blocks/diamond_ore.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.modifiers = .{
.{
.id = "fragile",
.strength = 0.5,
.multStrength = 0.5,
.restriction = .{
.id = .not,
.child = .{
Expand All @@ -40,7 +40,7 @@
},
.{
.id = "powerful",
.strength = 0.5,
.multStrength = 0.5,
.restriction = .{
.id = .encased,
.tag = .precious,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/ferrock/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .ferrock,
.restriction = .{
.id = .encased,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/glacite/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .glacite,
.restriction = .{
.id = .encased,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/jade_ore.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 1.5,
.multStrength = 1.5,
.restriction = .{
.id = .encased,
.tag = .precious,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/limestone/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .limestone,
.restriction = .{
.id = .encased,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/marble/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .marble,
.restriction = .{
.id = .encased,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/nimbusite/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .nimbusite,
.restriction = .{
.id = .encased,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/obsidian.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.modifiers = .{
.{
.id = "fragile",
.strength = 0.33,
.multStrength = 0.33,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/planks/baobab.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.4,
.multStrength = 0.4,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/planks/birch.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.4,
.multStrength = 0.4,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/planks/cirrus.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.modifiers = .{
.{
.id = "light",
.strength = 0.1,
.multStrength = 0.1,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/planks/mahogany.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.4,
.multStrength = 0.4,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/planks/oak.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.4,
.multStrength = 0.4,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/planks/palm.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.4,
.multStrength = 0.4,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/planks/pine.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.4,
.multStrength = 0.4,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/planks/willow.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.4,
.multStrength = 0.4,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/pyrolite/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .pyrolite,
.restriction = .{
.id = .encased,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/ruby_ore.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.modifiers = .{
.{
.id = "fragile",
.strength = 0.45,
.multStrength = 0.45,
.restriction = .{
.id = .not,
.child = .{
Expand Down
4 changes: 2 additions & 2 deletions assets/cubyz/blocks/sandstone/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.modifiers = .{
.{
.id = "fragile",
.strength = 0.20,
.multStrength = 0.20,
.restriction = .{
.id = .not,
.child = .{
Expand All @@ -29,7 +29,7 @@
},
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .sandstone,
.restriction = .{
.id = .encased,
Expand Down
2 changes: 1 addition & 1 deletion assets/cubyz/blocks/slate/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .slate,
.restriction = .{
.id = .encased,
Expand Down
4 changes: 2 additions & 2 deletions assets/cubyz/blocks/voidstone/_defaults.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
.modifiers = .{
.{
.id = "durable",
.strength = 0.1,
.multStrength = 0.1,
},
.{
.id = "good_at",
.strength = 0.5,
.multStrength = 0.5,
.tag = .voidstone,
.restriction = .{
.id = .encased,
Expand Down
10 changes: 8 additions & 2 deletions assets/cubyz/items/uranium_ingot.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
.texture = "uranium_ingot.png",
.material = .{
.durability = 1500,
.massDamage = 10.0,
.hardnessDamage = 15.0,
.massDamage = 8.0,
.hardnessDamage = 12.0,
.swingSpeed = 0.5,
.textureRoughness = 0.3,
.colors = .{
0xff395533, 0xff466e45, 0xff5d8a5f, 0xff6da367, 0xff74c761,
},
.modifiers = .{
.{
.id = "powerful",
.flatStrength = 5,
},
},
Comment thread
Crepestrom marked this conversation as resolved.
},
}
Loading
Loading