@wayward/types 2.14.0-beta.dev.20231204.2 → 2.14.0-beta.dev.20231205.1
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.
|
@@ -323,6 +323,10 @@ export interface ICreatureDescription extends IModdable, ITemperatureDescription
|
|
|
323
323
|
* If true, creature will perform their special ability when killing a player or NPC with a bypass
|
|
324
324
|
*/
|
|
325
325
|
doesSpecialAbilityOnKill?: boolean;
|
|
326
|
+
/**
|
|
327
|
+
* When a flying MoveType is set, by default, a shadow will appear under the creature, this will disable that feature when set to true;
|
|
328
|
+
*/
|
|
329
|
+
noShadow?: boolean;
|
|
326
330
|
}
|
|
327
331
|
export interface ICreatureSpawn {
|
|
328
332
|
/**
|
package/package.json
CHANGED