Update ExampleMechanic authored by Lxlp's avatar Lxlp
...@@ -20,7 +20,7 @@ The description of the mechanic: what it does, how it does it, and possible note ...@@ -20,7 +20,7 @@ The description of the mechanic: what it does, how it does it, and possible note
| attribute3| | The description of what the attributes does | default value| | attribute3| | The description of what the attributes does | default value|
| attribute4| |The description of what the attributes does **<[Premium-Only]>**|default value| | attribute4| |The description of what the attributes does **<[Premium-Only]>**|default value|
<!-- Optional, if an inheritance is in place --> <!-- Optional, if an inheritance is in place -->
> This mechanic inherits every inheritable attribute of the [ExampleMechanic2](/Skills/Mechanics//ExampleMechanic2) mechanic > This mechanic inherits every *inheritable* attribute of the [ExampleMechanic2](/Skills/Mechanics/ExampleMechanic2) mechanic
>> - The `attribute4` attribute is **defaulted** at `0` >> - The `attribute4` attribute is **defaulted** at `0`
>> - The `attribute5` attribute is **set** at `0` >> - The `attribute5` attribute is **set** at `0`
<!-- If inherited attributes have their default value changed --> <!-- If inherited attributes have their default value changed -->
... ...
......