thepaperpilot
5ac040e4c9
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m12s
26 lines
No EOL
971 B
Markdown
26 lines
No EOL
971 B
Markdown
---
|
|
public: "true"
|
|
slug: "premium-currency"
|
|
title: "Premium Currency"
|
|
prev: false
|
|
next: false
|
|
---
|
|
<script setup>
|
|
import { data } from '../../git.data.ts';
|
|
import { useData } from 'vitepress';
|
|
const pageData = useData();
|
|
</script>
|
|
<h1 class="p-name">Premium Currency</h1>
|
|
<p>71 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
<hr/>
|
|
|
|
<details><summary>Referenced by:</summary><a href="/garden/pre-order-bonuses/index.md">Pre-Order Bonuses</a></details>
|
|
|
|
A popular form of [MTX](/garden/mtx/index.md) where instead of receiving a useful item or effect directly, you receive a currency that is then spent on an in game store
|
|
|
|
Reasons companies use them
|
|
- Abstracts the real world price of items
|
|
- No strict conversion ratio
|
|
- Discounts for bulk purchasing
|
|
- Small amounts given for free based on story progression or watching ads
|
|
- Consolidates smaller purchases into a larger one (decreasing friction of individual purchases) |