|
| 1 | +name: Operator |
| 2 | +description: Add an operator |
| 3 | +title: '[Operation OPERATION_NAME] OPERATOR_NAME' |
| 4 | +labels: ['enhancement'] |
| 5 | +body: |
| 6 | + - type: input |
| 7 | + id: name |
| 8 | + attributes: |
| 9 | + label: Name/Nickname |
| 10 | + description: 'Readable name of the operator' |
| 11 | + placeholder: 'ex: Sledge, Jäger' |
| 12 | + validations: |
| 13 | + required: true |
| 14 | + - type: dropdown |
| 15 | + id: role |
| 16 | + attributes: |
| 17 | + label: Role |
| 18 | + description: 'Role of the operator' |
| 19 | + options: |
| 20 | + - Attacker |
| 21 | + - Defender |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + - type: input |
| 25 | + id: org |
| 26 | + attributes: |
| 27 | + label: Organization |
| 28 | + description: 'Operator organisation name' |
| 29 | + placeholder: 'ex: FBI, SWAT' |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + - type: input |
| 33 | + id: squad |
| 34 | + attributes: |
| 35 | + label: Squad |
| 36 | + description: 'Operator squad name' |
| 37 | + placeholder: 'ex: Nighthaven' |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + - type: dropdown |
| 41 | + id: speed |
| 42 | + attributes: |
| 43 | + label: Speed |
| 44 | + description: 'Speed rating' |
| 45 | + options: |
| 46 | + - 1 |
| 47 | + - 2 |
| 48 | + - 3 |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + - type: dropdown |
| 52 | + id: health |
| 53 | + attributes: |
| 54 | + label: Health |
| 55 | + description: 'Health Rating' |
| 56 | + options: |
| 57 | + - 1 |
| 58 | + - 2 |
| 59 | + - 3 |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + - type: dropdown |
| 63 | + id: difficulty |
| 64 | + attributes: |
| 65 | + label: Difficilty |
| 66 | + description: 'Difficulty rating' |
| 67 | + options: |
| 68 | + - 1 |
| 69 | + - 2 |
| 70 | + - 3 |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + - type: dropdown |
| 74 | + id: gender |
| 75 | + attributes: |
| 76 | + label: Gender |
| 77 | + description: 'm - Male, f - Female, o - Other, n - None/Not applicable, u - Unknown' |
| 78 | + options: |
| 79 | + - 'm' |
| 80 | + - 'f' |
| 81 | + - 'o' |
| 82 | + - 'n' |
| 83 | + - 'u' |
| 84 | + validations: |
| 85 | + required: true |
| 86 | + - type: input |
| 87 | + id: country |
| 88 | + attributes: |
| 89 | + label: Country |
| 90 | + description: 'Country of the operator as a ISO 3166-1 alpha-2 code (two-letter). https://wikipedia.org/wiki/ISO_3166-1_alpha-2' |
| 91 | + placeholder: 'ex: DE, SK' |
| 92 | + validations: |
| 93 | + required: true |
| 94 | + - type: input |
| 95 | + id: season |
| 96 | + attributes: |
| 97 | + label: Season |
| 98 | + description: 'Season shorthandle when the operator was first introduced to the game' |
| 99 | + placeholder: 'ex: Y1S1' |
| 100 | + validations: |
| 101 | + required: true |
| 102 | + - type: input |
| 103 | + id: height |
| 104 | + attributes: |
| 105 | + label: Height |
| 106 | + description: 'Height of the operator, in cm.' |
| 107 | + placeholder: 'ex: 175' |
| 108 | + validations: |
| 109 | + required: true |
| 110 | + - type: input |
| 111 | + id: weight |
| 112 | + attributes: |
| 113 | + label: Weight |
| 114 | + description: 'Weight of the operator, in kg' |
| 115 | + placeholder: 'ex: 75' |
| 116 | + validations: |
| 117 | + required: true |
| 118 | + - type: textarea |
| 119 | + id: icon |
| 120 | + attributes: |
| 121 | + label: Icon |
| 122 | + description: 'Highiest resolution of operator icon you could find, in-game lossless screenshot, asset packs.' |
| 123 | + value: | |
| 124 | + <details> |
| 125 | + <summary>Expand</summary> |
| 126 | +
|
| 127 | +
|
| 128 | + Icon image goes here |
| 129 | +
|
| 130 | +
|
| 131 | + </details> |
| 132 | + validations: |
| 133 | + required: true |
| 134 | + - type: textarea |
| 135 | + id: reference |
| 136 | + attributes: |
| 137 | + label: Reference |
| 138 | + description: 'Sources of information filled above. Screenshots, urls.' |
| 139 | + value: | |
| 140 | + <details> |
| 141 | + <summary>Expand</summary> |
| 142 | +
|
| 143 | +
|
| 144 | + Media files goes here |
| 145 | +
|
| 146 | +
|
| 147 | + </details> |
| 148 | + - type: textarea |
| 149 | + id: additional-information |
| 150 | + attributes: |
| 151 | + label: Additional Information |
0 commit comments