diff --git a/src/main/java/cz/jull/Item.java b/src/main/java/cz/jull/Item.java index 9b6f1c4..028d6f5 100644 --- a/src/main/java/cz/jull/Item.java +++ b/src/main/java/cz/jull/Item.java @@ -54,7 +54,7 @@ public enum Item implements Buildable { WINERY("Winery", true, 350, List.of(new BuildAction()), List.of(new WineryProduceAction())), BAKERY("Bakery", true, 350, List.of(new BuildAction()), List.of(new BakeryProduceAction())), - WELL("Well", true, 30, List.of()), + WELL("Well", true, 0, List.of()), COAL_FACTORY("Coal factory", true, 200, List.of(new BuildAction()), List.of(new CoalFactoryProduceAction())), CHEESE_FACTORY("Cheese factory", true, 150, List.of(new BuildAction()), List.of(new CheeseFactoryProduceAction())),; diff --git a/src/main/resources/item_art/GRAPEVINE_SEEDS b/src/main/resources/item_art/GRAPEVINE_SEEDS new file mode 100644 index 0000000..a90e2e2 --- /dev/null +++ b/src/main/resources/item_art/GRAPEVINE_SEEDS @@ -0,0 +1,13 @@ + ▄▀▀▀▄ + ▄▄ █ █ + ▄▀▀ ▀▄ █ █ +█ █ █ █ +█ █ █▄▀▄▀▀ +▀▄ █ ▀▀▀ + ▀▄ ▄ ▄ █ + ▀▄█▄ ██ ▄▄▀▀▀▄ + ▀▀▄▀ ▄▀ ▀█ + █ █ + ▄▀▄▀▀ ▄▄▀ + ▄█▀ ▄▀ ▄▄▄▀ + █▄▄█▀▀▀▀ diff --git a/src/main/resources/item_art/HOPS_FARMLAND.txt b/src/main/resources/item_art/HOPS_FARMLAND.txt new file mode 100644 index 0000000..1da716b --- /dev/null +++ b/src/main/resources/item_art/HOPS_FARMLAND.txt @@ -0,0 +1,13 @@ +█▀▀█▀▀█▀▀█▀▀█▀▀▀▀▀▀▀▀▀▀▀█ +█ █ █ █ █▄▄▄▄▄▄▄▄▄▄▄█ +█ █ █ █ █ █ +█ █ █ █ █▀▀▀▀▀▀▀▀▀▀▀█ +█ █ █ █ █▄▄▄▄▄▄▄▄▄▄▄█ +█ █ █ █ █ █ +█▀▀▀▀▀▀▀▀▀▀▀█▀▀█▀▀█▀▀█▀▀█ +█▄▄▄▄▄▄▄▄▄▄▄█ █ █ █ █ +█ █ █ █ █ █ +█▀▀▀▀▀▀▀▀▀▀▀█ █ █ █ █ +█▄▄▄▄▄▄▄▄▄▄▄█ █ █ █ █ +█ █ █ █ █ █ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ \ No newline at end of file diff --git a/src/main/resources/item_art/HOPS_SEEDS.txt b/src/main/resources/item_art/HOPS_SEEDS.txt new file mode 100644 index 0000000..a90e2e2 --- /dev/null +++ b/src/main/resources/item_art/HOPS_SEEDS.txt @@ -0,0 +1,13 @@ + ▄▀▀▀▄ + ▄▄ █ █ + ▄▀▀ ▀▄ █ █ +█ █ █ █ +█ █ █▄▀▄▀▀ +▀▄ █ ▀▀▀ + ▀▄ ▄ ▄ █ + ▀▄█▄ ██ ▄▄▀▀▀▄ + ▀▀▄▀ ▄▀ ▀█ + █ █ + ▄▀▄▀▀ ▄▄▀ + ▄█▀ ▄▀ ▄▄▄▀ + █▄▄█▀▀▀▀ diff --git a/src/main/resources/item_art/MILK.txt b/src/main/resources/item_art/MILK.txt new file mode 100644 index 0000000..73eda19 --- /dev/null +++ b/src/main/resources/item_art/MILK.txt @@ -0,0 +1,20 @@ + ▄█▀▀▀▀▀▀▀▀▀▀█▄ + █▀▀▀▀▀▀▀▀▀▀█ + ▀█▀▀▀▀▀▀▀▀█▀ + ▄▀ ▀▄ + ▄▀ ▀▄ + ▄▀ ▀▄ + ██▄▄▄▄▄▄▄▄▄▄▄▄▄▄██ + ▄█ ▄ ▄ █▄ + ██ ▀▄ ▄▀ ██ + ██ ▀▄▀ ██ + ██ ▀▀▀▀▀▀▀▀▀ ██ + ██ ▄▄▄▄▄▄▄▄▄ ██ + ██ ██ + ██ ▀ ▀▀▀▀▀▀▀ ██ + ██ ▄▄▄▄▄▄▄▄▄ ██ + ██ ▀▄ ██ + ██ ▄▀ ██ + ██ ▄█▄▄▄▄▄▄▄ ██ + ████▄▄▄▄▄▄▄▄▄▄▄███ + ▀▀▀▀▀▀▀▀▀▀▀▀▀▀ diff --git a/src/main/resources/item_art/VINEYARD.txt b/src/main/resources/item_art/VINEYARD.txt new file mode 100644 index 0000000..10dae6b --- /dev/null +++ b/src/main/resources/item_art/VINEYARD.txt @@ -0,0 +1,13 @@ +█▀▀█▀▀█▀▀█▀▀█▀▀█▀▀█▀▀█▀▀█ +█ █ █ █ █ █ █ █ █ +█ █ █ █ █ █ █ █ █ +█ █ █ █ █ █ █ █ █ +█ █ █ █ █ █ █ █ █ +█ █ █ █ █ █ █ █ █ +█▀▀█▀▀█▀▀█▀▀█▀▀█▀▀█▀▀█▀▀█ +█ █ █ █ █ █ █ █ █ +█ █ █ █ █ █ █ █ █ +█ █ █ █ █ █ █ █ █ +█ █ █ █ █ █ █ █ █ +█ █ █ █ █ █ █ █ █ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ \ No newline at end of file diff --git a/src/main/resources/item_art/WHEAT_FARMLAND.txt b/src/main/resources/item_art/WHEAT_FARMLAND.txt new file mode 100644 index 0000000..1da716b --- /dev/null +++ b/src/main/resources/item_art/WHEAT_FARMLAND.txt @@ -0,0 +1,13 @@ +█▀▀█▀▀█▀▀█▀▀█▀▀▀▀▀▀▀▀▀▀▀█ +█ █ █ █ █▄▄▄▄▄▄▄▄▄▄▄█ +█ █ █ █ █ █ +█ █ █ █ █▀▀▀▀▀▀▀▀▀▀▀█ +█ █ █ █ █▄▄▄▄▄▄▄▄▄▄▄█ +█ █ █ █ █ █ +█▀▀▀▀▀▀▀▀▀▀▀█▀▀█▀▀█▀▀█▀▀█ +█▄▄▄▄▄▄▄▄▄▄▄█ █ █ █ █ +█ █ █ █ █ █ +█▀▀▀▀▀▀▀▀▀▀▀█ █ █ █ █ +█▄▄▄▄▄▄▄▄▄▄▄█ █ █ █ █ +█ █ █ █ █ █ +▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ \ No newline at end of file diff --git a/src/main/resources/item_art/WHEAT_SEEDS.txt b/src/main/resources/item_art/WHEAT_SEEDS.txt new file mode 100644 index 0000000..dd9a3e9 --- /dev/null +++ b/src/main/resources/item_art/WHEAT_SEEDS.txt @@ -0,0 +1,13 @@ + ▄▀▀▀▄ + ▄▄ █ █ + ▄▀▀ ▀▄ █ █ +█ █ █ █ +█ █ █▄▀▄▀▀ +▀▄ █ ▀▀▀ + ▀▄ ▄ ▄ █ + ▀▄█▄ ██ ▄▄▀▀▀▄ + ▀▀▄▀ ▄▀ ▀█ + █ █ + ▄▀▄▀▀ ▄▄▀ + ▄█▀ ▄▀ ▄▄▄▀ + █▄▄█▀▀▀▀