1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

Ajout durée sur les cartes

This commit is contained in:
Yan Maniez 2018-05-08 11:09:13 +02:00
parent 5d44a4d9f4
commit c99bef7b07

View file

@ -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),