@@ -187,6 +187,28 @@ <h5 class="fieldValue">Field Value</h5>
187187 </ tr >
188188 </ tbody >
189189 </ table >
190+ < h4 id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_gemsCostMod " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.gemsCostMod "> gemsCostMod</ h4 >
191+ < div class ="markdown level1 summary "> </ div >
192+ < div class ="markdown level1 conceptual "> </ div >
193+ < h5 class ="decalaration "> Declaration</ h5 >
194+ < div class ="codewrapper ">
195+ < pre > < code class ="lang-csharp hljs "> public List<GemType> gemsCostMod</ code > </ pre >
196+ </ div >
197+ < h5 class ="fieldValue "> Field Value</ h5 >
198+ < table class ="table table-bordered table-striped table-condensed ">
199+ < thead >
200+ < tr >
201+ < th > Type</ th >
202+ < th > Description</ th >
203+ </ tr >
204+ </ thead >
205+ < tbody >
206+ < tr >
207+ < td > < span class ="xref "> List</ span > << span class ="xref "> DiskCardGame.GemType</ span > ></ td >
208+ < td > </ td >
209+ </ tr >
210+ </ tbody >
211+ </ table >
190212 < h4 id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_healthCostMod " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.healthCostMod "> healthCostMod</ h4 >
191213 < div class ="markdown level1 summary "> </ div >
192214 < div class ="markdown level1 conceptual "> </ div >
@@ -280,6 +302,29 @@ <h5 class="propertyValue">Property Value</h5>
280302 </ tr >
281303 </ tbody >
282304 </ table >
305+ < a id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_GemsCost_ " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.GemsCost* "> </ a >
306+ < h4 id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_GemsCost " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.GemsCost "> GemsCost</ h4 >
307+ < div class ="markdown level1 summary "> </ div >
308+ < div class ="markdown level1 conceptual "> </ div >
309+ < h5 class ="decalaration "> Declaration</ h5 >
310+ < div class ="codewrapper ">
311+ < pre > < code class ="lang-csharp hljs "> public List<GemType> GemsCost { get; }</ code > </ pre >
312+ </ div >
313+ < h5 class ="propertyValue "> Property Value</ h5 >
314+ < table class ="table table-bordered table-striped table-condensed ">
315+ < thead >
316+ < tr >
317+ < th > Type</ th >
318+ < th > Description</ th >
319+ </ tr >
320+ </ thead >
321+ < tbody >
322+ < tr >
323+ < td > < span class ="xref "> List</ span > << span class ="xref "> DiskCardGame.GemType</ span > ></ td >
324+ < td > </ td >
325+ </ tr >
326+ </ tbody >
327+ </ table >
283328 < a id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_HealthCost_ " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.HealthCost* "> </ a >
284329 < h4 id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_HealthCost " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.HealthCost "> HealthCost</ h4 >
285330 < div class ="markdown level1 summary "> </ div >
@@ -372,6 +417,52 @@ <h5 class="propertyValue">Property Value</h5>
372417 </ tr >
373418 </ tbody >
374419 </ table >
420+ < a id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_OnActivateGemsCostMod_ " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.OnActivateGemsCostMod* "> </ a >
421+ < h4 id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_OnActivateGemsCostMod " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.OnActivateGemsCostMod "> OnActivateGemsCostMod</ h4 >
422+ < div class ="markdown level1 summary "> </ div >
423+ < div class ="markdown level1 conceptual "> </ div >
424+ < h5 class ="decalaration "> Declaration</ h5 >
425+ < div class ="codewrapper ">
426+ < pre > < code class ="lang-csharp hljs "> public virtual List<GemType> OnActivateGemsCostMod { get; set; }</ code > </ pre >
427+ </ div >
428+ < h5 class ="propertyValue "> Property Value</ h5 >
429+ < table class ="table table-bordered table-striped table-condensed ">
430+ < thead >
431+ < tr >
432+ < th > Type</ th >
433+ < th > Description</ th >
434+ </ tr >
435+ </ thead >
436+ < tbody >
437+ < tr >
438+ < td > < span class ="xref "> List</ span > << span class ="xref "> DiskCardGame.GemType</ span > ></ td >
439+ < td > </ td >
440+ </ tr >
441+ </ tbody >
442+ </ table >
443+ < a id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_OnActivateGemsCostModRemovesGems_ " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.OnActivateGemsCostModRemovesGems* "> </ a >
444+ < h4 id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_OnActivateGemsCostModRemovesGems " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.OnActivateGemsCostModRemovesGems "> OnActivateGemsCostModRemovesGems</ h4 >
445+ < div class ="markdown level1 summary "> </ div >
446+ < div class ="markdown level1 conceptual "> </ div >
447+ < h5 class ="decalaration "> Declaration</ h5 >
448+ < div class ="codewrapper ">
449+ < pre > < code class ="lang-csharp hljs "> public virtual bool OnActivateGemsCostModRemovesGems { get; set; }</ code > </ pre >
450+ </ div >
451+ < h5 class ="propertyValue "> Property Value</ h5 >
452+ < table class ="table table-bordered table-striped table-condensed ">
453+ < thead >
454+ < tr >
455+ < th > Type</ th >
456+ < th > Description</ th >
457+ </ tr >
458+ </ thead >
459+ < tbody >
460+ < tr >
461+ < td > < span class ="xref "> System.Boolean</ span > </ td >
462+ < td > </ td >
463+ </ tr >
464+ </ tbody >
465+ </ table >
375466 < a id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_OnActivateHealthCostMod_ " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.OnActivateHealthCostMod* "> </ a >
376467 < h4 id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_OnActivateHealthCostMod " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.OnActivateHealthCostMod "> OnActivateHealthCostMod</ h4 >
377468 < div class ="markdown level1 summary "> </ div >
@@ -464,6 +555,29 @@ <h5 class="propertyValue">Property Value</h5>
464555 </ tr >
465556 </ tbody >
466557 </ table >
558+ < a id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_StartingGemsCost_ " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.StartingGemsCost* "> </ a >
559+ < h4 id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_StartingGemsCost " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.StartingGemsCost "> StartingGemsCost</ h4 >
560+ < div class ="markdown level1 summary "> </ div >
561+ < div class ="markdown level1 conceptual "> </ div >
562+ < h5 class ="decalaration "> Declaration</ h5 >
563+ < div class ="codewrapper ">
564+ < pre > < code class ="lang-csharp hljs "> public virtual List<GemType> StartingGemsCost { get; }</ code > </ pre >
565+ </ div >
566+ < h5 class ="propertyValue "> Property Value</ h5 >
567+ < table class ="table table-bordered table-striped table-condensed ">
568+ < thead >
569+ < tr >
570+ < th > Type</ th >
571+ < th > Description</ th >
572+ </ tr >
573+ </ thead >
574+ < tbody >
575+ < tr >
576+ < td > < span class ="xref "> List</ span > << span class ="xref "> DiskCardGame.GemType</ span > ></ td >
577+ < td > </ td >
578+ </ tr >
579+ </ tbody >
580+ </ table >
467581 < a id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_StartingHealthCost_ " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.StartingHealthCost* "> </ a >
468582 < h4 id ="InscryptionAPI_Card_ActivatedDamageShieldBehaviour_StartingHealthCost " data-uid ="InscryptionAPI.Card.ActivatedDamageShieldBehaviour.StartingHealthCost "> StartingHealthCost</ h4 >
469583 < div class ="markdown level1 summary "> </ div >
0 commit comments