mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
Merge pull request #3266 from Laserlicht/puzzle_cheat
implement missing OH3/HDmod cheats
This commit is contained in:
@@ -36,7 +36,7 @@ Gives specific creature in every slot, with optional amount. Examples:
|
||||
|
||||
### Movement points
|
||||
|
||||
`nwcnebuchadnezzar` or `vcminahar` or `vcmimove` - give 1000000 movement points and free ship boarding for 1 day
|
||||
`nwcnebuchadnezzar` or `vcminahar` or `vcmimove` - give unlimited (or specified amount of) movement points and free ship boarding
|
||||
Alternative usage: `vcmimove <amount>` - gives specified amount of movement points
|
||||
|
||||
### Resources
|
||||
@@ -57,10 +57,22 @@ Alternative usage: `vcmilevel <amount>` - advances hero by specified number of l
|
||||
- `vcmiolorin` or `vcmiexp` - gives selected hero 10000 experience
|
||||
Alternative usage: `vcmiexp <amount>` - gives selected hero specified amount of experience
|
||||
|
||||
### Luck and morale
|
||||
|
||||
`nwcfollowthewhiterabbit` or `vcmiluck` - the currently selected hero permanently gains maximum luck
|
||||
`nwcmorpheus` or `vcmimorale` - the currently selected hero permanently gains maximum morale
|
||||
|
||||
### Puzzle map
|
||||
|
||||
`nwcoracle` or `vcmiobelisk` - reveals the puzzle map
|
||||
|
||||
### Finishing the game
|
||||
|
||||
`nwcredpill` or `vcmisilmaril` or `vcmiwin` - player wins
|
||||
`nwcbluepill` or `vcmimelkor` or `vcmilose` - player loses
|
||||
`nwcredpill` or `vcmisilmaril` or `vcmiwin` - player wins
|
||||
`nwcbluepill` or `vcmimelkor` or `vcmilose` - player loses
|
||||
|
||||
### Misc
|
||||
`nwctheone` or `vcmigod` - reveals the whole map, gives 5 archangels in each empty slot, unlimited movement points and permanent flight
|
||||
|
||||
## Using cheat codes on other players
|
||||
By default, all cheat codes apply to current player. Alternatively, it is possible to specify player that you want to target:
|
||||
|
||||
Reference in New Issue
Block a user