Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
📝 Add more info about IsAvailable for traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Apr 15, 2022
1 parent 572617c commit 1953900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/dev/traits/create-trait.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Property | Default | Description
------------------------|---------|------------
`UnlockCost` | `0` | Unlock cost of the trait, in nuggets. If set to 0, it will unlock automatically, once all prerequisites are unlocked.
`CharacterCreationCost` | `1` | Cost of the trait in Character Creation, in points.
`IsAvailable` | `true` | Determines whether the trait is available in the Traits menu.
`IsAvailable` | `true` | Determines whether the trait is available in the Traits menu and on level-ups. If the trait is negative, set it to `false`.
`IsAvailableInCC` | `true` | Determines whether the trait is available in the Character Creation menu.
`Cancellations` | | Determines what traits cannot co-exist with this trait.
`Prerequisites` | | Determines what unlocks must be unlocked in order to unlock this trait.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class MyCustomTrait : CustomTrait
------------------------|--------------|---------
`UnlockCost` | `0` | Стоимость разблокировки особенности, в наггетсах. Если выставлено на 0, разблокируется автоматически, как только все требования открыты.
`CharacterCreationCost` | `1` | Стоимость особенности в Редакторе персонажей, в очках.
`IsAvailable` | `true` | Определяет, доступна ли особенность в Меню особенностей.
`IsAvailable` | `true` | Определяет, доступна ли особенность в Меню особенностей и при новом уровне. Выставьте на `false`, если трейт отрицательный.
`IsAvailableInCC` | `true` | Определяет, доступна ли особенность в Редакторе персонажей.
`Cancellations` | | Определяет какие особенности несовместимы с этой особенностью.
`Prerequisites` | | Определяет какие разблокировки должны быть разблокированы, чтобы открыть эту особенность.
Expand Down

0 comments on commit 1953900

Please sign in to comment.