Make ItemSlots more verbose + AME proof of concept (#25779)
* Make itemslots more verbose with AME proof of concept. * Remove unnecessary [DataField] strings and use null coalescing in whitelist checks. * Change optional popup fields into LocId.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
ame-controller-component-interact-using-whitelist-fail = You can't put that in the controller...
|
||||
ame-controller-component-fuel-slot-fail-whitelist = You can't put that in the controller...
|
||||
ame-controller-component-fuel-slot-fail-locked = Power down the AME before manipulating its fuel.
|
||||
ame-controller-component-fuel-slot-success-insert = You insert the jar into the fuel slot.
|
||||
|
||||
## UI
|
||||
|
||||
|
||||
@@ -54,8 +54,9 @@
|
||||
whitelist:
|
||||
components:
|
||||
- AmeFuelContainer
|
||||
whitelistFailPopup: ame-controller-component-interact-using-whitelist-fail
|
||||
swap: false
|
||||
whitelistFailPopup: ame-controller-component-fuel-slot-fail-whitelist
|
||||
lockedFailPopup: ame-controller-component-fuel-slot-fail-locked
|
||||
insertSuccessPopup: ame-controller-component-fuel-slot-success-insert
|
||||
- type: Explosive
|
||||
explosionType: Default
|
||||
intensitySlope: 5
|
||||
|
||||
Reference in New Issue
Block a user