... | ... | @@ -54,7 +54,7 @@ TestGemSlots: |
|
|
Type: GEM # The Augment Type to add a slot for
|
|
|
Amount: 1to2 # How many Augments Slots should the items have
|
|
|
Chance: 1 # The chance of the item being given these slots on generation
|
|
|
MaxAmount: 3 # Max amount of augment slots this item can have
|
|
|
MaxAmount: 3 # Max amount of augment slots this item can have. Defaults to infinity if left out
|
|
|
```
|
|
|
#### Augments Slots of multiple Types
|
|
|
```yaml
|
... | ... | @@ -113,4 +113,5 @@ GemSlotUnlocker: |
|
|
Type: GEM # Type of slot to unlock
|
|
|
MaxSockets: 3 # Amount of available slots a target item can have.
|
|
|
```
|
|
|
If a `GEM` augment on an item has `MaxAmount` set to `2`, the Gem Slot Unlocker will not be able to unlock a 3rd slot on that item. If that item as a `MaxAmount` of 5, this Gem Slot Unlocker cannot unlock the 4th and 5th slot on that item. |
|
|
\ No newline at end of file |
|
|
- If a `GEM` augment on an item has `MaxAmount` set to `2`, the Gem Slot Unlocker will not be able to unlock a 3rd slot on that item.
|
|
|
- If that item has a `MaxAmount` of 5, this Gem Slot Unlocker cannot unlock the 4th and 5th slot on that item. |
|
|
\ No newline at end of file |