add missing enemies
This commit is contained in:
		
							parent
							
								
									b69d732343
								
							
						
					
					
						commit
						2f2e9e5c5c
					
				@ -11,8 +11,10 @@ pub enum MonsterParseError {
 | 
				
			|||||||
#[derive(Debug, Serialize, Deserialize, Copy, Clone, Hash, Eq, PartialEq, enum_utils::FromStr, derive_more::Display)]
 | 
					#[derive(Debug, Serialize, Deserialize, Copy, Clone, Hash, Eq, PartialEq, enum_utils::FromStr, derive_more::Display)]
 | 
				
			||||||
pub enum MonsterType {
 | 
					pub enum MonsterType {
 | 
				
			||||||
    Hildebear,
 | 
					    Hildebear,
 | 
				
			||||||
 | 
					    Hildeblue,
 | 
				
			||||||
    SandRappy,
 | 
					    SandRappy,
 | 
				
			||||||
    RagRappy,
 | 
					    RagRappy,
 | 
				
			||||||
 | 
					    AlRappy,
 | 
				
			||||||
    Monest,
 | 
					    Monest,
 | 
				
			||||||
    Mothmant,
 | 
					    Mothmant,
 | 
				
			||||||
    SavageWolf,
 | 
					    SavageWolf,
 | 
				
			||||||
@ -23,11 +25,13 @@ pub enum MonsterType {
 | 
				
			|||||||
    GrassAssassin,
 | 
					    GrassAssassin,
 | 
				
			||||||
    DelLily,
 | 
					    DelLily,
 | 
				
			||||||
    PoisonLily,
 | 
					    PoisonLily,
 | 
				
			||||||
 | 
					    NarLily,
 | 
				
			||||||
    NanoDragon,
 | 
					    NanoDragon,
 | 
				
			||||||
    EvilShark,
 | 
					    EvilShark,
 | 
				
			||||||
    PalShark,
 | 
					    PalShark,
 | 
				
			||||||
    GuilShark,
 | 
					    GuilShark,
 | 
				
			||||||
    PofuillySlime,
 | 
					    PofuillySlime,
 | 
				
			||||||
 | 
					    PouillySlime,
 | 
				
			||||||
    PanArms,
 | 
					    PanArms,
 | 
				
			||||||
    Hidoom,
 | 
					    Hidoom,
 | 
				
			||||||
    Migium,
 | 
					    Migium,
 | 
				
			||||||
@ -92,6 +96,7 @@ pub enum MonsterType {
 | 
				
			|||||||
    Morfos,
 | 
					    Morfos,
 | 
				
			||||||
    ReconBox,
 | 
					    ReconBox,
 | 
				
			||||||
    Epsilon,
 | 
					    Epsilon,
 | 
				
			||||||
 | 
					    Epsiguard,
 | 
				
			||||||
    SinowZoa,
 | 
					    SinowZoa,
 | 
				
			||||||
    SinowZele,
 | 
					    SinowZele,
 | 
				
			||||||
    IllGill,
 | 
					    IllGill,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user