Moduł:Achievements/Dane: Różnice pomiędzy wersjami

Z Minecraft Wiki Polska
Przejdź do nawigacji Przejdź do wyszukiwania
[wersja przejrzana][wersja przejrzana]
Utworzono nową stronę "return { ["getting wood"] = { title = "Getting Wood", game_desc = "Punch a tree until a block of wood pops out.", wiki_desc = "Pick up a log from the ground.", score = "10", trophy = "Bronze" } }"
 
Nie podano opisu zmian
Linia 5: Linia 5:
         wiki_desc = "Pick up a log from the ground.",
         wiki_desc = "Pick up a log from the ground.",
         score = "10",
         score = "10",
         trophy = "Bronze"
         trophy = "Bronze",
        icon_ps4 = "Getting Wood PS4.png",
        icon_other = "Getting Wood.png"
    },
    ["taking inventory"] = {
        title = "Taking Inventory",
        game_desc = "Open your inventory.",
        wiki_desc = "Press 'E' to open the inventory screen.",
        score = "10",
        trophy = "Bronze",
        icon_ps4 = "Taking Inventory PS4.png",
        icon_other = "Taking Inventory.png"
     }
     }
}
}

Wersja z 22:07, 20 gru 2025

[ utwórz | historia | odśwież ]Dokumentacja
W tym module nie ma dokumentacji. Jeśli wiesz jak używać tego modułu, proszę, podaj odpowiednie informacje.
return {
    ["getting wood"] = {
        title = "Getting Wood",
        game_desc = "Punch a tree until a block of wood pops out.",
        wiki_desc = "Pick up a log from the ground.",
        score = "10",
        trophy = "Bronze",
        icon_ps4 = "Getting Wood PS4.png",
        icon_other = "Getting Wood.png"
    },
    ["taking inventory"] = {
        title = "Taking Inventory",
        game_desc = "Open your inventory.",
        wiki_desc = "Press 'E' to open the inventory screen.",
        score = "10",
        trophy = "Bronze",
        icon_ps4 = "Taking Inventory PS4.png",
        icon_other = "Taking Inventory.png"
    }
}