2 lines
17 KiB
JavaScript
2 lines
17 KiB
JavaScript
|
import{_ as a,c as r,a0 as t,o as i}from"./chunks/framework.P9qPzDnn.js";const f=JSON.parse('{"title":"Interface: Repeatable","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/features/clickables/repeatable/interfaces/Repeatable.md","filePath":"api/features/clickables/repeatable/interfaces/Repeatable.md","lastUpdated":null}'),o={name:"api/features/clickables/repeatable/interfaces/Repeatable.md"};function n(l,e,s,c,d,h){return i(),r("div",null,e[0]||(e[0]=[t('<p><a href="./../../../../">Profectus</a> / <a href="./../">features/clickables/repeatable</a> / Repeatable</p><h1 id="interface-repeatable" tabindex="-1">Interface: Repeatable <a class="header-anchor" href="#interface-repeatable" aria-label="Permalink to "Interface: Repeatable""></a></h1><p>An object that represents a feature with multiple "levels" with scaling requirements.</p><h2 id="extends" tabindex="-1">Extends <a class="header-anchor" href="#extends" aria-label="Permalink to "Extends""></a></h2><ul><li><a href="./../../../../util/vue/interfaces/VueFeature"><code>VueFeature</code></a></li></ul><h2 id="properties" tabindex="-1">Properties <a class="header-anchor" href="#properties" aria-label="Permalink to "Properties""></a></h2><h3 id="vuefeature" tabindex="-1">[VueFeature] <a class="header-anchor" href="#vuefeature" aria-label="Permalink to "\\[VueFeature\\]""></a></h3><blockquote><p><strong>[VueFeature]</strong>: <code>true</code></p></blockquote><p>Used to identify Vue Features</p><h4 id="inherited-from" tabindex="-1">Inherited from <a class="header-anchor" href="#inherited-from" aria-label="Permalink to "Inherited from""></a></h4><p><a href="./../../../../util/vue/interfaces/VueFeature"><code>VueFeature</code></a>.<a href="./../../../../util/vue/interfaces/VueFeature#[vuefeature]"><code>[VueFeature]</code></a></p><h4 id="defined-in" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in" aria-label="Permalink to "Defined in""></a></h4><p><a href="https://code.incremental.social/profectus/Profectus/src/branch/main/src/util/vue.tsx#L43" target="_blank" rel="noreferrer">profectus/src/util/vue.tsx:43</a></p><hr><h3 id="amount" tabindex="-1">amount <a class="header-anchor" href="#amount" aria-label="Permalink to "amount""></a></h3><blockquote><p><strong>amount</strong>: <a href="./../../../../game/persistence/type-aliases/Persistent"><code>Persistent</code></a><<a href="./../../../../lib/break_eternity/type-aliases/DecimalSource"><code>DecimalSource</code></a>></p></blockquote><p>The current amount this repeatable has.</p><h4 id="defined-in-1" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-1" aria-label="Permalink to "Defined in""></a></h4><p><a href="https://code.incremental.social/profectus/Profectus/src/branch/main/src/features/clickables/repeatable.tsx#L62" target="_blank" rel="noreferrer">profectus/src/features/clickables/repeatable.tsx:62</a></p><hr><h3 id="amounttoincrease" tabindex="-1">amountToIncrease <a class="header-anchor" href="#amounttoincrease" aria-label="Permalink to "amountToIncrease""></a></h3><blockquote><p><strong>amountToIncrease</strong>: <a href="https://vuejs.org/guide/typescript/composition-api.html#typing-ref" target="_blank" rel="noreferrer"><code>Ref</code></a><<a href="./../../../../lib/break_eternity/type-aliases/DecimalSource"><code>DecimalSource</code></a>, <a href="./../../../../lib/break_eternity/type-aliases/DecimalSource"><code>DecimalSource</code></a>></p></blockquote><p>How much amount can be increased by, or 1 if unclickable. *</p><h4 id="defined-in-2" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-2" aria-label="Permalink to "Defined in""></a></h4><p><a href="https://code.incremental.social/profectus/Profectus/src/branch/main/src/features/clickables/repeatable.tsx#L66" target="_blank" rel="noreferrer">profectus/src/features/clickables/repeatable.tsx:66</a></p><hr><h3 id="canclick" tab
|