Difference between revisions of "Extending the editor"
From CCG Kit
m (Protected "Extending the editor" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
|||
Line 1: | Line 1: | ||
+ | {| style="width: 920px; horizontal-align: left;" | ||
+ | | | ||
+ | |||
== Creating new card effects == | == Creating new card effects == | ||
Line 16: | Line 19: | ||
It is possible to create your own custom effects in a very convenient way. The editor will pick them up automatically without you having to write any additional code to do so. If you want to create a new effect, you will first need to decide if it is a player effect (i.e., it targets a player or group of players) or a card effect (i.e., it targets a card or group of cards). | It is possible to create your own custom effects in a very convenient way. The editor will pick them up automatically without you having to write any additional code to do so. If you want to create a new effect, you will first need to decide if it is a player effect (i.e., it targets a player or group of players) or a card effect (i.e., it targets a card or group of cards). | ||
+ | |||
+ | |} |
Revision as of 03:20, 21 July 2017
Creating new card effectsThe kit includes a collection of default card effects:
It is possible to create your own custom effects in a very convenient way. The editor will pick them up automatically without you having to write any additional code to do so. If you want to create a new effect, you will first need to decide if it is a player effect (i.e., it targets a player or group of players) or a card effect (i.e., it targets a card or group of cards). |