Modding:Code Snippets: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Modding box}}Code snippets and IDs that are often used in modding, collected here to make your life easier. *Race UUIDs *[https://pastebin.com/g0fUYFAL Interactable Item UUIDs] *[https://www.scribd.com/document/666568844/Bg3-Items-v2 All items UUIDs] *[https://pastebin.com/RLB7M0c8 Enemy types] *[https://www.nexusmods.com/baldursgate3/mods/2534 Treasure Table Spreadsheet] *[https://github.com/TripsLetash/WotF-Changelings/blob/main/Resources/ParentID...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Modding box}}Code snippets and IDs that are often used in modding, collected here to make your life easier. | {{Modding box}} | ||
== Code Snippets == | |||
Code snippets and IDs that are often used in modding, collected here to make your life easier. | |||
*[[Guide:Race_UUID|Race UUID]]s | *[[Guide:Race_UUID|Race UUID]]s | ||
*[https://pastebin.com/g0fUYFAL Interactable Item UUIDs] | *[https://pastebin.com/g0fUYFAL Interactable Item UUIDs] |
Revision as of 20:35, 13 April 2024
This page is a modding page, and follows its own rules and standards separate from the rest of the wiki. |
Code Snippets
Code snippets and IDs that are often used in modding, collected here to make your life easier.