Moved ammo to its own pseudo property

Triggers now work on ammo
#amo now works as well
This commit is contained in:
Thaum Rystra
2023-09-20 14:03:37 +02:00
parent 3a3deca867
commit d3c533dfa1
6 changed files with 94 additions and 43 deletions

View File

@@ -1,4 +1,5 @@
import action from './applyPropertyByType/applyAction.js';
import ammo from './applyPropertyByType/applyItemAsAmmo.js'
import adjustment from './applyPropertyByType/applyAdjustment.js';
import branch from './applyPropertyByType/applyBranch.js';
import buff from './applyPropertyByType/applyBuff.js';
@@ -12,6 +13,7 @@ import toggle from './applyPropertyByType/applyToggle.js';
const applyPropertyByType = {
action,
ammo,
adjustment,
branch,
buff,