trucoshi 12.0.0 → 12.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,6 +94,20 @@
94
94
  "assetPath": "skins/argentino/7b_argentino_002.png",
95
95
  "rarity": "COMMON"
96
96
  },
97
+ {
98
+ "id": "argentino/cb_argentino_002",
99
+ "card": "cb",
100
+ "fileName": "cb_argentino_002.png",
101
+ "assetPath": "skins/argentino/cb_argentino_002.png",
102
+ "rarity": "COMMON"
103
+ },
104
+ {
105
+ "id": "argentino/ro_argentino_001",
106
+ "card": "ro",
107
+ "fileName": "ro_argentino_001.png",
108
+ "assetPath": "skins/argentino/ro_argentino_001.png",
109
+ "rarity": "COMMON"
110
+ },
97
111
  {
98
112
  "id": "argentino/1b_argentino_002",
99
113
  "card": "1b",
@@ -150,6 +164,41 @@
150
164
  "assetPath": "skins/argentino/1o_argentino_001.png",
151
165
  "rarity": "RARE"
152
166
  },
167
+ {
168
+ "id": "argentino/2e_argentino_001",
169
+ "card": "2e",
170
+ "fileName": "2e_argentino_001.png",
171
+ "assetPath": "skins/argentino/2e_argentino_001.png",
172
+ "rarity": "RARE"
173
+ },
174
+ {
175
+ "id": "argentino/2o_argentino_001",
176
+ "card": "2o",
177
+ "fileName": "2o_argentino_001.png",
178
+ "assetPath": "skins/argentino/2o_argentino_001.png",
179
+ "rarity": "RARE"
180
+ },
181
+ {
182
+ "id": "argentino/cb_argentino_003",
183
+ "card": "cb",
184
+ "fileName": "cb_argentino_003.png",
185
+ "assetPath": "skins/argentino/cb_argentino_003.png",
186
+ "rarity": "RARE"
187
+ },
188
+ {
189
+ "id": "argentino/cc_argentino_001",
190
+ "card": "cc",
191
+ "fileName": "cc_argentino_001.png",
192
+ "assetPath": "skins/argentino/cc_argentino_001.png",
193
+ "rarity": "RARE"
194
+ },
195
+ {
196
+ "id": "argentino/rc_argentino_001",
197
+ "card": "rc",
198
+ "fileName": "rc_argentino_001.png",
199
+ "assetPath": "skins/argentino/rc_argentino_001.png",
200
+ "rarity": "RARE"
201
+ },
153
202
  {
154
203
  "id": "argentino/1e_argentino_003",
155
204
  "card": "1e",
@@ -220,6 +269,27 @@
220
269
  "assetPath": "skins/argentino/3o_argentino_002.png",
221
270
  "rarity": "EPIC"
222
271
  },
272
+ {
273
+ "id": "argentino/4c_argentino_001",
274
+ "card": "4c",
275
+ "fileName": "4c_argentino_001.png",
276
+ "assetPath": "skins/argentino/4c_argentino_001.png",
277
+ "rarity": "EPIC"
278
+ },
279
+ {
280
+ "id": "argentino/cb_argentino_001",
281
+ "card": "cb",
282
+ "fileName": "cb_argentino_001.png",
283
+ "assetPath": "skins/argentino/cb_argentino_001.png",
284
+ "rarity": "EPIC"
285
+ },
286
+ {
287
+ "id": "argentino/co_argentino_001",
288
+ "card": "co",
289
+ "fileName": "co_argentino_001.png",
290
+ "assetPath": "skins/argentino/co_argentino_001.png",
291
+ "rarity": "EPIC"
292
+ },
223
293
  {
224
294
  "id": "argentino/rb_argentino_003",
225
295
  "card": "rb",
@@ -254,6 +324,13 @@
254
324
  "fileName": "3c_argentino_002.png",
255
325
  "assetPath": "skins/argentino/3c_argentino_002.png",
256
326
  "rarity": "LEGENDARY"
327
+ },
328
+ {
329
+ "id": "argentino/re_argentino_001",
330
+ "card": "re",
331
+ "fileName": "re_argentino_001.png",
332
+ "assetPath": "skins/argentino/re_argentino_001.png",
333
+ "rarity": "LEGENDARY"
257
334
  }
258
335
  ]
259
336
  }
package/dist/types.d.ts CHANGED
@@ -518,6 +518,7 @@ export interface ITeam {
518
518
  players: Array<IPlayer>;
519
519
  points: ITeamPoints;
520
520
  get activePlayers(): IPlayer[];
521
+ setName(name: string): ITeam;
521
522
  setPlayers(players: IPlayer[]): ITeam;
522
523
  pointsToWin(matchPoint: number): number;
523
524
  getPublicTeam(playerSession?: string): IPublicTeam;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trucoshi",
3
- "version": "12.0.0",
3
+ "version": "12.0.2",
4
4
  "description": "Truco Game Server",
5
5
  "main": "dist/types.js",
6
6
  "license": "GPL-3.0",