AIDef:Action/EventIncreasePorchItemAction: Difference between revisions
Jump to navigation
Jump to search
AIDef:Action/EventIncreasePorchItemAction (view source)
Revision as of 11:09, 2 December 2018
, 5 years agono edit summary
imported>Leoetlino (import AI definitions from 1.5.0) |
imported>Leoetlino No edit summary |
||
Line 3: | Line 3: | ||
|type=Action | |type=Action | ||
}} | }} | ||
Adds an item to the inventory. The IsGet_ flag is automatically set. Warning: If the inventory is full, the item is silently dropped. | |||
== DynamicInstParams == | == DynamicInstParams == | ||
Line 8: | Line 10: | ||
! Name !! Type !! Default value !! Description | ! Name !! Type !! Default value !! Description | ||
|- | |- | ||
| PorchItemName || String || || | | PorchItemName || String || || Item to add to the inventory | ||
|- | |- | ||
| Value || Int || || | | Value || Int || || Number of {PorchItemName} to add (positive to increase, negative to decrease) | ||
|- | |- | ||
|} | |} |