DeepSlumberArea record
One area (node cluster) of a Deep-Slumber Psychoscope cultivate line: its activation state, effect score, and the player’s node allocations — socketed boss-soul cards on big nodes, socketed items on middle nodes, and leveled normal nodes.
public record DeepSlumberAreaPublic Members
Section titled “Public Members”| name | description |
|---|---|
| DeepSlumberArea(…) | One area (node cluster) of a Deep-Slumber Psychoscope cultivate line: its activation state, effect score, and the player’s node allocations — socketed boss-soul cards on big nodes, socketed items on middle nodes, and leveled normal nodes. |
| AreaId { get; set; } | The area’s id within its line (game map key). |
| BigNodes { get; set; } | [nodeId, fantasyCardId] pairs — socketed psycho (boss-soul) cards. |
| IsActive { get; set; } | True when the player has this area enabled. |
| MiddleNodes { get; set; } | [nodeId, itemId] pairs — socketed items. |
| NormalNodes { get; set; } | [nodeId, activeLevel] pairs — leveled small nodes. |
| Score { get; set; } | The area’s activate-effect score as the game reports it. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.DeepSlumber