Difference between revisions of "Lairs (Game Mechanics)"
(→Game Mechanics) |
(→The parts of a lair) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 77: | Line 77: | ||
* Condition | * Condition | ||
* Boss Spawns | * Boss Spawns | ||
− | + | * Baby Spawns | |
'''Environment Effects''' | '''Environment Effects''' | ||
Line 135: | Line 135: | ||
* 1. Randomization of the lair spawn size between 1 and 5. | * 1. Randomization of the lair spawn size between 1 and 5. | ||
− | * 2. Assign a Randomized Challenge Level to the lair with the min CL being the highest cl mob from the creature grouping selected. The challenge level would use the same spawn size multiplier that missions use: | + | * 2. Assign a Randomized Challenge Level to the lair with the min CL being the highest cl mob from the creature grouping selected. The cap on the challenge level would be the highest CL of the player that enters the spawn range. For example a cl 25 player entering an area will spawn any mob between CL 1-CL 25. A cl 10 player will spawn only mobs ranging from cl 1-10. The challenge level would use the same spawn size multiplier that missions use: |
** 1.0-1.27 x cl for 1 mob | ** 1.0-1.27 x cl for 1 mob | ||
Line 208: | Line 208: | ||
− | == | + | |
+ | '''Baby Spawns''' | ||
+ | |||
+ | |||
+ | Babies spawns are infant varieties of certain creature types. These creatures start out with 10% of their adult form stats and challenge level. These mobs are spawned as non aggressive entities that will seek out the nearest same social group creature and will follow it. Other than this behavior, these creatures follow the normal behaviors of other creatures within their social group. Babies will respond to attacks on their lair and other social group members. Generally, only up to two babies can spawn at a lair but the system was setup so that in rare circumstances more than 2 could spawn. Baby creatures are able to be tamed by creature handlers. | ||
+ | |||
+ | == Terrain Transforming == | ||
When 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. | When 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. |
Latest revision as of 04:34, 28 August 2009
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
Environment Effects
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
|