Guide:Partial-illithid
Jump to navigation
Jump to search
This is a community guide, and is open to edit by anyone. See Partial-illithid for the main article. See the style manual for guidelines. |
Appearance changes[edit section | visual editor]
Removing[edit section | visual editor]
Players may wish to reverse the cosmetic changes associated with Partial Ceremorphosis. The process is rather simple. With bg3se open, execute the command RemoveStatus(GetHostCharacter(), "TAD_PARTIAL_CEREMORPH") to remove the cosmetic changes from the actively selected character. The mechanical changes are unaffected.
Adding[edit section | visual editor]
Should you wish to reinstate the cosmetic effects, this can be achieved with ApplyStatus(GetHostCharacter(), "TAD_PARTIAL_CEREMORPH", 1) .
Targeting[edit section | visual editor]
While selecting the characters is the most expedient method to target a given character, the companions can also be addressed directly by replacing GetHostCharacter() with the following UUIDs (enclosed in quotes):
- Astarion –
c7c13742-bacd-460a-8f65-f864fe41f255 - Gale –
ad9af97d-75da-406a-ae13-7071c563f604 - Karlach –
2c76687d-93a2-477b-8b18-8a14b549304c - Lae'zel –
58a69333-40bf-8358-1d17-fff240d7fb12 - Minsc –
0de603c5-42e2-4811-9dad-f652de080eba - Minthara –
25721313-0c15-4935-8176-9f134385451b - Shadowheart –
3ed74f06-3c60-42dc-83f6-f034cb47c679 - Wyll –
c774d764-4a17-48dc-b470-32ace9ce447d
Notes[edit section | visual editor]
- The status
TAD_PARTIAL_CEREMORPHis currently only known to control the appearance change. Should it turn out that removing it has some unwanted effect, the actual material override398ca8ae-c3c0-47f5-8e45-d9402e198389can be removed and applied withRemoveCustomMaterialOverrideandAddCustomMaterialOverriderespectively. - If you want to make your life easier, just run
for _, v in pairs(Osi.DB_PartyMembers:Get(nil)) do RemoveStatus(v[1], "TAD_PARTIAL_CEREMORPH") RemoveCustomMaterialOverride(v[1], "398ca8ae-c3c0-47f5-8e45-d9402e198389") endto clear the status and override for everyone in your active party.










