Money Spawn Zone Step: Difference between revisions
From PMDOWiki
Created page with "'''Money Spawn Zone Step''' is a zone step. Its typical priority is '''1'''. == Usage == This step defines how much money spawns on the first floor. Then, a certain amount more of money is added each floor. == Fields == This step has the following fields. === Start Amount === The range of money that will be started with on the first floor. === Add Amount === The range of additional money that will be added for each floor.=== === Mod States === Passives th..." |
|||
| Line 9: | Line 9: | ||
The range of money that will be started with on the first floor. | The range of money that will be started with on the first floor. | ||
=== Add Amount === | === Add Amount === | ||
The range of additional money that will be added for each floor. | The range of additional money that will be added for each floor. | ||
=== Mod States === | === Mod States === | ||
Passives the player may have that will influence the step. Typically uses the <code>CoinModGenState</code> passive, to apply passives that modify money amounts.[[Category:Zone Step]] | Passives the player may have that will influence the step. Typically uses the <code>CoinModGenState</code> passive, to apply passives that modify money amounts.[[Category:Zone Step]] | ||
Latest revision as of 16:13, 11 August 2025
Money Spawn Zone Step is a zone step. Its typical priority is 1.
Usage
This step defines how much money spawns on the first floor. Then, a certain amount more of money is added each floor.
Fields
This step has the following fields.
Start Amount
The range of money that will be started with on the first floor.
Add Amount
The range of additional money that will be added for each floor.
Mod States
Passives the player may have that will influence the step. Typically uses the CoinModGenState passive, to apply passives that modify money amounts.
