This command will remove the buff with the specified buff ID. The buff ID should be surrounded by apostrophes: rmvabl('ForceCriticalHits') is correct, rmvabl(ForceCriticalHits) is not.Use addabl to add a buff. Find a list of all buff IDs at commands.gg/witcher3/buffs.
The syntax for the rmvabl command is as follows:
rmvabl('Buff ID')
This command has the following arguments:
'Buff ID' | The ID of the buff you wish to remove, in apostrophes. View our list of all buff IDs at commands.gg/witcher3/buffs. |
Search our database of 69 Witcher 3 commands...
Full listFind below working examples of the rmvabl command.
rmvabl('ConImmortal')
The above console command would remove the buff with ID ConImmortal. This buff gives you +99,800 Vitality (hence the name), so removing it would remove that extra Vitality.
rmvabl('ForceCriticalHits')
This command would remove the "Force Critical Hits" buff meaning your chance of a critical hit would be reduced it its normal chance.