mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-17 15:50:20 -05:00
Update CONSOLE_COMMANDS.md
Added notes on several more commands, and adjusted some existing information.
This commit is contained in:
parent
52f25a00bc
commit
d90089f1c2
@ -1,6 +1,6 @@
|
|||||||
add_heart_container
|
add_heart_container
|
||||||
Usage: add_heart_container <value>
|
Usage: add_heart_container <value>
|
||||||
Increases link's health by a number of full hearts equal to the passed value. Will not allow for adding health past 20 hearts.
|
Increases Link's health by a number of full hearts equal to the passed value. Will not allow for adding health past 20 hearts.
|
||||||
|
|
||||||
addammo
|
addammo
|
||||||
bItem
|
bItem
|
||||||
@ -9,13 +9,24 @@ bind-toggle
|
|||||||
boots
|
boots
|
||||||
bottle
|
bottle
|
||||||
burn
|
burn
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
Usage: clear
|
||||||
|
Clears the console log as if you had hit the "Clear" button.
|
||||||
|
|
||||||
|
#MORE TESTING NEEDED
|
||||||
cosmetics
|
cosmetics
|
||||||
|
Usage: cosmetics <rest|randomise> [group name]
|
||||||
|
Randomise cosmetic settings, or reset to defaults.
|
||||||
|
|
||||||
|
|
||||||
cucco_storm
|
cucco_storm
|
||||||
|
Usage: cucco_storm
|
||||||
|
Begins a cucco storm as if you had attacked a cucco several times.
|
||||||
|
|
||||||
damage
|
damage
|
||||||
Usage: damage <value>
|
Usage: damage <value>
|
||||||
Damages link for a number of hearts equal to the passes value. Only accepts positive values, and does not allow for taking fractional damage. To restore health, use the "heal" command.
|
Damages Link for a number of hearts equal to the passes value. Only accepts positive values, and does not allow for taking fractional damage. To restore health, use the "heal" command.
|
||||||
|
|
||||||
defence_modifier
|
defence_modifier
|
||||||
electorcute
|
electorcute
|
||||||
@ -30,11 +41,14 @@ get
|
|||||||
giant_link
|
giant_link
|
||||||
give_item
|
give_item
|
||||||
give_shield
|
give_shield
|
||||||
|
|
||||||
gravity
|
gravity
|
||||||
|
Usage: gravity <value>
|
||||||
|
Adjusts Link's fall speed. The default value is 1. Accepts decimal values, but not negative values.
|
||||||
|
|
||||||
heal
|
heal
|
||||||
Usage: heal <value>
|
Usage: heal <value>
|
||||||
Heals link a number of hearts equal to the passed value. Will not accept negative values, and cannot heal fractional hearts. To drain health, use the "damage" command.
|
Heals Link a number of hearts equal to the passed value. Will not accept negative values, and cannot heal fractional hearts. To drain health, use the "damage" command.
|
||||||
|
|
||||||
help
|
help
|
||||||
Usage: help
|
Usage: help
|
||||||
@ -42,18 +56,22 @@ Prints a list of console commands
|
|||||||
|
|
||||||
invisible
|
invisible
|
||||||
item
|
item
|
||||||
|
|
||||||
kill
|
kill
|
||||||
|
Usage: kill
|
||||||
|
Kills link
|
||||||
|
|
||||||
knockback
|
knockback
|
||||||
load_state
|
load_state
|
||||||
map
|
map
|
||||||
minish_link
|
minish_link
|
||||||
|
|
||||||
no_ui
|
no_ui
|
||||||
Usage: no_ui (1 or 0)
|
Usage: no_ui (1|0)
|
||||||
Toggles the UI off. Passing a 1 turns the UI off, and a 0 will restore it.
|
Toggles the UI off. Passing a 1 turns the UI off, and a 0 will restore it.
|
||||||
|
|
||||||
no_z
|
no_z
|
||||||
Usage: no_z (1 or 0)
|
Usage: no_z (1|0)
|
||||||
Disables Z-targeting when passed a 1, and reenables it when passed a 0.
|
Disables Z-targeting when passed a 1, and reenables it when passed a 0.
|
||||||
|
|
||||||
ohko
|
ohko
|
||||||
|
Loading…
Reference in New Issue
Block a user