radieschen :D

This commit is contained in:
Raphael 2024-11-10 18:11:24 +01:00
parent 1862fcd955
commit 67ea082795
3 changed files with 12 additions and 0 deletions

View File

@ -319,6 +319,14 @@
margin-top: 5px;
}
.item_item_seemen0 {
background: url(../img/items.png) -266px 1px;
width: 30px;
background-size: 476px;
margin-left: 5px;
margin-top: 5px;
}
.item_consumable_fish1 {
background: url(../img/items.png) -268px -146px;
width: 30px;

View File

@ -40,6 +40,7 @@ var tooltiptexts = {
"item_weapon_sword5": "Schwert: Schaden erhöht 600",
"item_weapon_stick1": "Stock: Schaden +20",
"item_item_bone0": "Ganz toller Knochen!",
"item_item_seemen0": "Super Radieschen!",
"item_item_spaten3": "Spaten: Schneller graben",
"item_consumable_fish1": "Erhöht deine Lebenspunkte um 20",
"item_consumable_fish2": "Erhöht deine Lebenspunkte um 10",

View File

@ -151,6 +151,9 @@ var itemAttrs = {
"item_item_bone0": {
lvl: 0,
},
"item_item_seemen0": {
lvl: 0,
},
"item_item_spaten3": {
lvl: 1,
},