Player Speech List
Discover all the settings incorporated into the AI Shopkeepers.
Last updated
Was this helpful?
Discover all the settings incorporated into the AI Shopkeepers.
Last updated
Was this helpful?
["surrender"]
:
message
: The message that appears when the player has the option to surrender. In this case, it shows "[E] Surrender".
key
: The key code for the "E" key (38), which the player needs to press to initiate the surrender action.
["cancel"]
:
message
: The message that appears when the player has the option to cancel an action. In this case, it shows "[X] Cancel".
key
: The key code for the "X" key (73), which the player needs to press to cancel the current action.
["register"]
:
message
: The message that appears when the player has the option to give the money from the register to the shopkeeper. In this case, it shows "[E] Give Register Money".
key
: The key code for the "E" key (38), which the player needs to press to give the register money.
["unlockDoors"]
:
message
: The message that appears when the player has the option to unlock the doors and surrender in the storage room. In this case, it shows "[E] Unlock the doors and Surrender in Storage Room".
key
: The key code for the "E" key (38), which the player needs to press to unlock the doors and surrender.
["crackingSafe"]
:
message
: The message that appears when the player is cracking the safe. It shows the instructions for using the left and right keys to navigate and the unlock key to open the safe. In this case, it shows "[E] Left - [F] Right - [H] Unlock".
keyLeft
: The key code for the "E" key (38), which the player needs to press to move the safe dial to the left.
keyRight
: The key code for the "F" key (23), which the player needs to press to move the safe dial to the right.
keyUnlock
: The key code for the "H" key (74), which the player needs to press to attempt to unlock the safe.
crackingSpeed
: A multiplier that determines the speed at which the player can crack the safe. A higher value means faster cracking.