Premade Relation Pack
Premade Relation Pack (PRP) is an editor asset designed to simplify the creation of frequently used Stat relation setups.
In many projects, the same relation mechanisms are created repeatedly. Recreating these setups every time can be both repetitive and time-consuming. PRPs allow you to define these common relation structures once and reuse them whenever needed.
Like a StatRepository, a PRP contains multiple Environments. Each Environment contains the Stats and relation mechanisms required for a specific feature or gameplay system.
Adding a PRP
A PRP can be added to any StatRepository from:
Power Editor → Stat → Containers → Repository
Select the target repository and add the desired PRP.
Notes
- To assign names dynamically, use the
$Namekeyword in asset names. - When a PRP is added to a
StatRepository, every occurrence of$Nameis automatically replaced with the name you provide.