pokerogue/main/classes/modifier_modifier.EnemyPers...

17 lines
41 KiB
HTML
Raw Normal View History

2024-06-16 23:43:28 +01:00
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>EnemyPersistentModifier | pokemon-rogue-battle</title><meta name="description" content="Documentation for pokemon-rogue-battle"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">pokemon-rogue-battle</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">pokemon-rogue-battle</a></li><li><a href="../modules/modifier_modifier.html">modifier/modifier</a></li><li><a href="modifier_modifier.EnemyPersistentModifier.html">EnemyPersistentModifier</a></li></ul><h1>Class EnemyPersistentModifier<code class="tsd-tag ts-flagAbstract">Abstract</code> </h1></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a class="link" href="../hierarchy.html#modifier/modifier.EnemyPersistentModifier">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="modifier_modifier.PersistentModifier.html" class="tsd-signature-type tsd-kind-class">PersistentModifier</a><ul class="tsd-hierarchy"><li><span class="target">EnemyPersistentModifier</span><ul class="tsd-hierarchy"><li><a href="modifier_modifier.EnemyTurnHealModifier.html" class="tsd-signature-type tsd-kind-class">EnemyTurnHealModifier</a></li><li><a href="modifier_modifier.EnemyAttackStatusEffectChanceModifier.html" class="tsd-signature-type tsd-kind-class">EnemyAttackStatusEffectChanceModifier</a></li><li><a href="modifier_modifier.EnemyStatusEffectHealChanceModifier.html" class="tsd-signature-type tsd-kind-class">EnemyStatusEffectHealChanceModifier</a></li><li><a href="modifier_modifier.EnemyEndureChanceModifier.html" class="tsd-signature-type tsd-kind-class">EnemyEndureChanceModifier</a></li><li><a href="modifier_modifier.EnemyFusionChanceModifier.html" class="tsd-signature-type tsd-kind-class">EnemyFusionChanceModifier</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/pagefaultgames/pokerogue/blob/f26a21c74bed9a562d424a813dc4e2c4b024d598/src/modifier/modifier.ts#L2086">src/modifier/modifier.ts:2086</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" vi
2024-05-31 14:57:14 +01:00
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="modifier_modifier.EnemyPersistentModifier.html#stackCount" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stack<wbr/>Count</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#type" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#virtualStackCount" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>virtual<wbr/>Stack<wbr/>Count</span></a>
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="modifier_modifier.EnemyPersistentModifier.html#add" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#apply" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>apply</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#clone" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>clone</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#getArgs" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Args</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#getIcon" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Icon</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#getIconStackText" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Icon<wbr/>Stack<wbr/>Text</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#getMaxStackCount" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Max<wbr/>Stack<wbr/>Count</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#getStackCount" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Stack<wbr/>Count</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#incrementStack" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>increment<wbr/>Stack</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#isIconVisible" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Icon<wbr/>Visible</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#match" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>match</span></a>
<a href="modifier_modifier.EnemyPersistentModifier.html#shouldApply" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>should<wbr/>Apply</span></a>
2024-06-16 23:43:28 +01:00
</div></section></div></details></section></section><section class="tsd-panel-group tsd-member-group"><h2>Constructors</h2><section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="constructor.new_EnemyPersistentModifier" class="tsd-anchor"></a><span class="tsd-kind-constructor-signature">new <wbr/>Enemy<wbr/>Persistent<wbr/>Modifier</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">stackCount</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="modifier_modifier.EnemyPersistentModifier.html" class="tsd-signature-type tsd-kind-class">EnemyPersistentModifier</a><a href="#constructor.new_EnemyPersistentModifier" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <a href="modifier_modifier_type.ModifierType.html" class="tsd-signature-type tsd-kind-class">ModifierType</a></span></li><li><span><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">stackCount</span>: <span class="tsd-signature-type">number</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="modifier_modifier.EnemyPersistentModifier.html" class="tsd-signature-type tsd-kind-class">EnemyPersistentModifier</a></h4><aside class="tsd-sources"><p>Overrides <a href="modifier_modifier.PersistentModifier.html">PersistentModifier</a>.<a href="modifier_modifier.PersistentModifier.html#constructor">constructor</a></p><ul><li>Defined in <a href="https://github.com/pagefaultgames/pokerogue/blob/f26a21c74bed9a562d424a813dc4e2c4b024d598/src/modifier/modifier.ts#L2087">src/modifier/modifier.ts:2087</a></li></ul></aside></li></ul></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-is-inherited"><a id="stackCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>stack<wbr/>Count</span><a href="#stackCount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">stack<wbr/>Count</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><p>Inherited from <a href="modifier_modifier.PersistentModifier.html">PersistentModifier</a>.<a href="modifier_modifier.PersistentModifier.html#stackCount">stackCount</a></p><ul><li>Defined in <a href="https://github.com/pagefaultgames/pokerogue/blob/f26a21c74bed9a562d424a813dc4e2c4b024d598/src/modifier/modifier.ts#L139">src/modifier/modifier.ts:139</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="type" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>type</span><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <a href="modifier_modifier_type.ModifierType.html" class="tsd-signature-type tsd-kind-class">ModifierType</a></div><aside class="tsd-sources"><p>Inherited from <a href="modifier_modifier.PersistentModifier.html">PersistentModifier</a>.<a href="modifier_modifier.PersistentModifier.html#type">type</a></p><ul><li>Defined in <a href="https://github.com/pagefaultgames/pokerogue/blob/f26a21c74b