Moved ammo to its own pseudo property
Triggers now work on ammo #amo now works as well
This commit is contained in:
@@ -55,6 +55,11 @@ const ItemSchema = createPropertySchema({
|
||||
type: Boolean,
|
||||
defaultValue: false,
|
||||
},
|
||||
// Prevent the property from showing up in the log
|
||||
silent: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
});
|
||||
|
||||
let ComputedOnlyItemSchema = createPropertySchema({
|
||||
|
||||
@@ -23,6 +23,7 @@ const timingOptions = {
|
||||
|
||||
const actionPropertyTypeOptions = {
|
||||
action: 'Action',
|
||||
ammo: 'Ammo used',
|
||||
adjustment: 'Attribute damage',
|
||||
branch: 'Branch',
|
||||
buff: 'Buff',
|
||||
|
||||
Reference in New Issue
Block a user