14 lines
691 B
Plaintext
14 lines
691 B
Plaintext
# Lines starting with # are a comment.
|
|
#
|
|
# An example patch that renames "Vitality" to "Moar Health" and changes it from +9% to +100%:
|
|
#
|
|
# /Lotus/Upgrades/Mods/Warframe/AvatarHealthMaxMod
|
|
# LocalizeTag=Moar Health
|
|
# r|Value=0.090910003|Value=1
|
|
#
|
|
# When this patch is applied and the type has been loaded by the game, you can get the effective metadata via the http interface:
|
|
# http://localhost:6155/get_effective_metadata?/Lotus/Upgrades/Mods/Warframe/AvatarHealthMaxMod
|
|
# For logging only, you can supply an empty patch or enable "save_all_metadata" in the Client Config at the expense of slower loading.
|
|
#
|
|
# Modifications to this file will only apply after a restart of the game.
|