diff --git a/Sources/Model/Stub/StubFruitDuDemon.cs b/Sources/Model/Stub/StubFruitDuDemon.cs index d127427..061a22b 100644 --- a/Sources/Model/Stub/StubFruitDuDemon.cs +++ b/Sources/Model/Stub/StubFruitDuDemon.cs @@ -12,7 +12,11 @@ namespace Model.Stub { List fdd = new List() { - + new FruitDuDemon("Fruit de la fumée", "Moku Moky No Mi", "Logia", 97, 48, "Le fruit est ..", "Forces :", "Faiblesses :","fumer.png"), + new FruitDuDemon("Fruit de l'humain modèle Nika", "Nika Nika No Mi", "Zoan Mythique", 1, 1, "Le fruit ...", "Forces :", "Faiblesses :","nika.png"), + new FruitDuDemon("Pyro fruit", "Nika Nika No Mi", "Logia", 158, 94, "Le fruit ...", "Forces :", "Faiblesses :","feu.png"), + new FruitDuDemon("Fruit des Éclosions", "Hana Hana no Mi", "Paramecia", 1, 1, "Le fruit ...", "Forces :", "Faiblesses :","eclosion.png"), + new FruitDuDemon("Fruit du Félin, modèle Léopard", "Neko Neko no Mi", "Zoan Carnivore", 348, 245, "Le fruit ...", "Forces :", "Faiblesses :","leopard.png"), }; return fdd; } diff --git a/Sources/Ohara/MainPage.xaml.cs b/Sources/Ohara/MainPage.xaml.cs index c4e9194..7e17a15 100644 --- a/Sources/Ohara/MainPage.xaml.cs +++ b/Sources/Ohara/MainPage.xaml.cs @@ -4,8 +4,6 @@ namespace Ohara; public partial class MainPage : ContentPage { - int count = 0; - public MainPage() { InitializeComponent(); diff --git a/Sources/Ohara/NewPage3.xaml b/Sources/Ohara/NewPage3.xaml index 3bc4383..51b18c7 100644 --- a/Sources/Ohara/NewPage3.xaml +++ b/Sources/Ohara/NewPage3.xaml @@ -1,85 +1,93 @@ - - - - - - - - - - - - - - - - - - - - - - -