@chronodivide/game-api 0.37.0 → 0.39.0
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.
- package/CHANGELOG.md +8 -0
- package/dist/index.d.ts +10 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1459,6 +1459,7 @@ export declare class TechnoRules extends ObjectRules {
|
|
|
1459
1459
|
enterTransportSound: string | undefined;
|
|
1460
1460
|
leaveTransportSound: string | undefined;
|
|
1461
1461
|
protected parse(): void;
|
|
1462
|
+
private parseWeaponName;
|
|
1462
1463
|
private parseTurretIndexes;
|
|
1463
1464
|
private parseBurstDelay;
|
|
1464
1465
|
/** If the specified country is listed as an Owner */
|
|
@@ -1616,7 +1617,15 @@ export declare enum VeteranAbility {
|
|
|
1616
1617
|
SCATTER = 3,
|
|
1617
1618
|
ROF = 4,
|
|
1618
1619
|
SIGHT = 5,
|
|
1619
|
-
SELF_HEAL = 6
|
|
1620
|
+
SELF_HEAL = 6,
|
|
1621
|
+
CLOAK = 7,
|
|
1622
|
+
EXPLODES = 8,
|
|
1623
|
+
RADAR_INVISIBLE = 9,
|
|
1624
|
+
SENSORS = 10,
|
|
1625
|
+
FEARLESS = 11,
|
|
1626
|
+
C4 = 12,
|
|
1627
|
+
GUARD_AREA = 13,
|
|
1628
|
+
CRUSHER = 14
|
|
1620
1629
|
}
|
|
1621
1630
|
|
|
1622
1631
|
export declare enum VeteranLevel {
|