mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 22:45:44 +00:00
Correctif bb + merge
This commit is contained in:
parent
c66a9e17c4
commit
080516d794
8 changed files with 3085 additions and 3085 deletions
|
|
@ -364,7 +364,7 @@ namespace AideDeJeu.ViewModels.Library
|
|||
monster != null &&
|
||||
monster.Family == this.Family &&
|
||||
monster.Type.Contains(type) &&
|
||||
(string.IsNullOrEmpty(size) || monster.Size.Equals(size)) &&
|
||||
(string.IsNullOrEmpty(size) || (monster.Size != null && monster.Size.Equals(size))) &&
|
||||
(string.IsNullOrEmpty(source) || (monster.Source != null && monster.Source.Contains(source))) &&
|
||||
(string.IsNullOrEmpty(terrain) || (monster.Terrain != null && monster.Terrain.Contains(terrain))) &&
|
||||
challengeComparer.Compare(monster.Challenge, minChallenge) >= 0 &&
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,16 +1,17 @@
|
|||
---
|
||||
!MonsterItems
|
||||
Family: TomeOfBeasts
|
||||
Types: Humanoïde|Aberration|Bête|Céleste|Créature artificielle|Créature monstrueuse|Dragon|Élémentaire|Fée|Fiélon|Géant|Mort-vivant|Plante|Vase
|
||||
Challenges: 0 (0 PX)|1/8 (25 PX)|1/4 (50 PX)|1/2 (100 PX)|1 (200 PX)|2 (450 PX)|3 (700 PX)|4 (1100 PX)|5 (1800 PX)|6 (2300 PX)|7 (2900 PX)|8 (3900 PX)|9 (5000 PX)|10 (5900 PX)|11 (7200 PX)|12 (8400 PX)|13 (10000 PX)|14 (11500 PX)|15 (13000 PX)|16 (15000 PX)|17 (18000 PX)|18 (20000 PX)|19 (22000 PX)|20 (25000 PX)|21 (33000 PX)|22 (41000 PX)|23 (50000 PX)|24 (62000 PX)|30 (155000 PX)
|
||||
Sizes: TP|P|M|G|TG|Gig
|
||||
Sources: CEO|SRD
|
||||
Family: TomeOfBeasts
|
||||
Name: Livre des monstres
|
||||
SubItems:
|
||||
- !MonsterItem
|
||||
Family: TomeOfBeasts
|
||||
Name: NIHILETH
|
||||
Id: tome_of_beasts.md#nihileth
|
||||
ParentLink: tome_of_beasts.md#livre-des-monstres
|
||||
Name: NIHILETH
|
||||
ParentName: Livre des monstres
|
||||
NameLevel: 1
|
||||
AttributesDictionary: >+
|
||||
|
|
@ -230,7 +231,6 @@ SubItems:
|
|||
|
||||
Id: tome_of_beasts.md#livre-des-monstres
|
||||
RootId: tome_of_beasts.md
|
||||
Name: Livre des monstres
|
||||
NameLevel: 1
|
||||
AttributesDictionary: >+
|
||||
Name: Livre des monstres
|
||||
|
|
|
|||
BIN
Data/library.db
BIN
Data/library.db
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue