Lairs (Game Mechanics)
This article or section needs proper wiki formatting. |
Game Mechanics - Mechanics Category
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
Game MechanicsLair Types
Parts of a Lair
Lair TypesThere are three types of lairs, mission lairs, wild lairs and invisible lairs. Mission lairs are lairs that are spawned into the game world through the acquisition of a mission. These are identified by having specific names given to the lair such as "a quenker lair" or "a hurton pack lair." Wild lairs are lairs that spawn naturally in the game world and are usually indistinguishable from one another with names such as "a pile of leaves" or "a pile of rocks." Invisible lairs are what is more commonly known as spawn points where groupings of creatures will be created at without a physical lair to defend. Note: All lairs with the exception of invisible types produce a 64 meter diameter No Build zone around them. This prevents players from building any kind of structure or camp around a lair. No build diameter can be observed from the following (note that the lair is the brown mound structure near the dewbacks. The player character circled the no build area using a waypoint to measure the radius from point to point.): Lair BehaviorsCreatures are stored inside of a lair and will spawn out into the game world based on what type of lair behavior is occuring. The 2 types of behavior for a lair are Active and Passive. Most are acquainted with Active behavior. If you hit a lair, critters will pop out. During active behavior, the initial creature to spawn from the lair after it has been hit will take between 5-10 seconds. After this creature spawns, a new creature will appear randomly between 5-15 seconds until the wave amount has been reached. Both mission lairs and wild lairs allow for the active behavior to occur. Passive behavior is seen only in invisible lairs and wild lairs and can be thought of as spawning creatures that are kept in a hidden reserve. Each creature in in the initial wave of a wild or invisible lair has 3 replacements kept in queue. Whenever a creature is killed, its replacement is automatically set to spawn based on a 3 minute timer. This can be observed on the NGE where if a player kills the entire initial spawn, each mob killed will have its replacement spawned almost exactly 3 minutes after the previous creature died. In the case of invisible lair; if a player singles out one enemy in a spawn to kill 4 times in a row (the initial wave and the 3 replacements) the spawn will despawn after the other remaining mobs are killed since the server thinks that 4 waves have been killed as all 3 replacements and the initial spawn for that particular mob were used up. The parts of a lair
Creature Type Selection The creatures that spawn at lairs are dependant on creature family tables. Creature family tables are unique categorizations of creatures and npcs organized to produce a more diverse game world environment. Each type of lair gets its source from this system. In this system combinations of creatures such as Hurtons, Hurton matrons and Hurton pups come together to form a creature family table which can then be added to the world spawner which will allow these creatures to spawn together as part of a lair in the wild or on the mission terminal to be picked by a player and later spawned. The importance of being aware of creature type categories is that all missions exist as creature family tables but all creature family tables don't necessarily end up as missions. Some creature groupings are wild or invisible lair spawns only and are not available to players as missions and not all wild spawns are available as lairs. For example Grauls and ancient grauls are wild and invisible lair spawns only. To throw another cog in the wheel, the process is further complicated in that spawns can be created with any number of potential creatures at the lair. Missions, wild spawns and invisible spawns can be any mix of the creatures in the creature family table selected for that particular lair. For example, even though the hurton, hurton matron and hurton pup family table was selected and all 3 of these creatures could spawn at the lair at once; there is no guarantee of this due to the randomization of the process. Any combination of these creatures could theoretically spawn at the lair such as 3 hurtons, 3 hurton matrons , 3 pups etc. Once the lair has been created in this fashion it will always spawn these creatures on every wave.
There is a maximum number of creatures that any lair spawns. This set of critters is called a "wave". I will define the "wave amount" as this maximum number. The number of critters you see when you first encounter the lair is this "wave amount". This set of critters is the initial wave. Once a creature grouping is selected, then the spawn size of the grouping is determined. Spawn ranges can be anywhere from 1 up to 5 mobs total in a wave. The spawn size creation process is based on randomization. Note: I have two theories or proposals for how the lair spawn size can be determined:
Note: Due to the nge changing the way condition values work, an alternate proposal has had to be constructed since it is no longer possible to obtain useful information comparative to pre-cu from lair conditions.
The proposed values in the listing above are within a range based on the calculated cl of the lair's highest mob and the number of mobs spawned. As an example, a cl 1 lair with 1 mob can spawn a lair with a condition randomly ranging between 1000 and 2999. The CL of the lair would be the highest level mob that can spawn from that lair.
Note: Lair condition loss during active spawning was determined through using a number of lairs, attacking them and then observing the condition loss as the creature spawned. Examples of the testing procedure are from the following - 3 mob spawn
Terrain TransformingWhen a lair is spawned it will not transform physical terrain, unlike other structures (houses and camps as an example). What lairs will do however, is temporarily remove all collidible objects (such as trees and rocks) within a 64 meter radius. This has the effect of "clearing out" terrain objects that might interfere with the lair targeting or server as pathing obstacles for creatures/npcs. Source References
|