diff --git a/api/functions/Card/EnableCounterPermit.yml b/api/functions/Card/EnableCounterPermit.yml index 728da675..3416208f 100644 --- a/api/functions/Card/EnableCounterPermit.yml +++ b/api/functions/Card/EnableCounterPermit.yml @@ -2,7 +2,7 @@ name: EnableCounterPermit namespace: Card description: Enables the card to hold a counter that requires permissions. Refer to the [counter guide](https://projectignis.github.io/scrapi-book/guides/general/counter.html) for details on counter permissions. -summary: Allows a card to hold a counter that need permissions. +summary: Allows a card to hold a counter that needs permissions. status: index: stable parameters: @@ -14,8 +14,7 @@ parameters: description: The type of the counter. - name: location type: [ int ] - description: Composite [Location](/api/enums/Location) in which the card will be able to hold the counters. + # can't use the defaultValue field to represent the value that differs based on the card's type + description: Composite [Location](/api/enums/Location) in which the card will be able to hold the counters. Defaults to [`LOCATION_MZONE`](/api/constants/Location/LOCATION_MZONE) for monster cards, `0` otherwise. required: false - defaultValue: |- - [`LOCATION_MZONE`](/api/constants/Location/LOCATION_MZONE) for monster cards, `0` otherwise. tags: [ counter-related ]