mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-30 23:16:09 +00:00 
			
		
		
		
	Ajout durée sur les cartes
This commit is contained in:
		
							parent
							
								
									5d44a4d9f4
								
							
						
					
					
						commit
						c99bef7b07
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -135,9 +135,10 @@ namespace AideDeJeuLib.Cards | |||
|             { | ||||
|                 new SubtitleCardContent(spell.LevelType), | ||||
|                 new RuleCardContent(), | ||||
|                 new PropertyCardContent("Temps d'incantation", spell.CastingTime), | ||||
|                 new PropertyCardContent("Durée d'incantation", spell.CastingTime), | ||||
|                 new PropertyCardContent("Portée", spell.Range), | ||||
|                 new PropertyCardContent("Composants", spell.Components), | ||||
|                 new PropertyCardContent("Composantes", spell.Components), | ||||
|                 new PropertyCardContent("Durée", spell.Duration), | ||||
|                 new RuleCardContent(), | ||||
|                 //new FillCardContent(1), | ||||
|                 //new TextCardContent(spell.Description), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez