Widget:Agatha-options: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
Linha 39: | Linha 39: | ||
img: "/images/0/0c/Agatha_Bowl.png", | img: "/images/0/0c/Agatha_Bowl.png", | ||
obs: "Ele também pode aparecer como um recipiente. O nome será Bowl" | obs: "Ele também pode aparecer como um recipiente. O nome será Bowl" | ||
}, | |||
{ | |||
group: "Bear Paw", | |||
phrases: [ | |||
"Hands", | |||
"Weapons and legs of a giant", | |||
"Brown Claws", | |||
], | |||
img: "/images/b/b2/Agatha_Bear_Paw.png", | |||
obs: "" | |||
}, | |||
{ | |||
group: "Bat Wing", | |||
phrases: [ | |||
"Bloodsucker wing", | |||
"Bat Wing", | |||
"Witches like to use", | |||
"Used in witch potions", | |||
], | |||
img: "/images/3/3d/Agatha_Bat_Wing.png", | |||
obs: "" | |||
}, | |||
{ | |||
group: "Behemoth Fang", | |||
phrases: [ | |||
"Ancient tooth", | |||
"It does not have teeth problems", | |||
"Elder Fang", | |||
"Can kill you in one bite", | |||
], | |||
img: "/images/b/bc/Behemoth_Fang.png", | |||
obs: "" | |||
}, | |||
{ | |||
group: "Dracola's Eye", | |||
phrases: [ | |||
"Darkness eye", | |||
"Shadow eye", | |||
"Eye of blood", | |||
], | |||
img: "/images/b/b1/Dracola%27s_Eye.png", | |||
obs: "" | |||
}, | |||
{ | |||
group: "Dark Bat Wing", | |||
phrases: [ | |||
"Rare wing", | |||
"Dark Bloodsucker wings", | |||
"Dark piece of a flyer", | |||
], | |||
img: "/images/b/b8/Dark_Bat_Wing.png", | |||
obs: "" | |||
}, | |||
{ | |||
group: "Dragon Claw", | |||
phrases: [ | |||
"A giant lizard weapon", | |||
"Weapon of the monster with wings", | |||
"It can rip you", | |||
], | |||
img: "/images/5/50/Agatha_Dragon_Claw.png", | |||
obs: "" | |||
}, | |||
{ | |||
group: "Frozen Human", | |||
phrases: [ | |||
"It's cold here, im freezing...", | |||
"Frozenhead", | |||
"I can't move...frozen...", | |||
], | |||
img: "/images/thumb/1/1f/Frozen_Human.png/490px-Frozen_Human.png", | |||
obs: "" | |||
}, | }, | ||
]; | ]; | ||
</script> | </script> |
Edição das 14h37min de 3 de julho de 2023
<script> var optionsValues = [
{ group: "Beholder Eye", phrases: [ "The most common colors are brown, blue, green and black", "Our guide", "Human Eye", "It can distinguish about 10 million colors" ], img: "/images/3/33/Beholder_Eye.png", obs: "" }, { group: "Big Cask", phrases: [ "158,987295 liters", "You can find wine inside", "You can store oil inside", ], img: "/images/d/de/Big_Cask.png", obs: "Ele também pode aparecer como um recipiente. O nome será Big Cask." }, { group: "Bug Venom", phrases: [ "It has a powerful poison", "Used to eat leaves", "Insect's weapon", ], img: "/images/8/88/Agatha_Bug_Venom.png", obs: "" }, { group: "Bowl", phrases: [ "Take a Bowl", ], img: "/images/0/0c/Agatha_Bowl.png", obs: "Ele também pode aparecer como um recipiente. O nome será Bowl" }, { group: "Bear Paw", phrases: [ "Hands", "Weapons and legs of a giant", "Brown Claws", ], img: "/images/b/b2/Agatha_Bear_Paw.png", obs: "" }, { group: "Bat Wing", phrases: [ "Bloodsucker wing", "Bat Wing", "Witches like to use", "Used in witch potions", ], img: "/images/3/3d/Agatha_Bat_Wing.png", obs: "" }, { group: "Behemoth Fang", phrases: [ "Ancient tooth", "It does not have teeth problems", "Elder Fang", "Can kill you in one bite", ], img: "/images/b/bc/Behemoth_Fang.png", obs: "" }, { group: "Dracola's Eye", phrases: [ "Darkness eye", "Shadow eye", "Eye of blood", ], img: "/images/b/b1/Dracola%27s_Eye.png", obs: "" }, { group: "Dark Bat Wing", phrases: [ "Rare wing", "Dark Bloodsucker wings", "Dark piece of a flyer", ], img: "/images/b/b8/Dark_Bat_Wing.png", obs: "" }, { group: "Dragon Claw", phrases: [ "A giant lizard weapon", "Weapon of the monster with wings", "It can rip you", ], img: "/images/5/50/Agatha_Dragon_Claw.png", obs: "" }, { group: "Frozen Human", phrases: [ "It's cold here, im freezing...", "Frozenhead", "I can't move...frozen...", ], img: "/images/thumb/1/1f/Frozen_Human.png/490px-Frozen_Human.png", obs: "" },
]; </script>