-
Notifications
You must be signed in to change notification settings - Fork 36
Environments
John A edited this page Oct 19, 2025
·
4 revisions
Adds additional Encounter environments. These must be stored under a file named environments.json that contains a single array of environment data objects:
environments.json
[
IEnvironmentData: {
"id": string,
"name": string,
"description": string
},
]Internal identifier. This must be globally unique. See Item ID Guidelines for more information.
The display name of the item
Detail and rule text. HTML syntax is allowed.
from lancer-data/lib/environments.json
{
"id": "env_extremeheat",
"name": "Extreme Heat",
"description": "Society has retreated mostly underground to escape this world’s blistering atmosphere. All Heat inflicted (to the user or others) by systems or weapons is increased by +1."
},Pilot Data
Licensed Data
Other
- Manifest (lcp_manifest.json)
- Base Actions (actions.json)
- Downtime Actions (actions.json)
- Environments (environments.json)
- Manufacturers (manufacturers.json)
- SITREPs (sitreps.json)
- Statuses & Conditions (statuses.json)
- Tables (tables.json)
- Lists (lists.json)
- Tags (tags.json)
- Custom Stat Data (custom_stats.json)