| Back to Index | Page generated: Oct 27, 2025, 5:37:22 AM | 
 Expansion Clarified, Not Glarified
 Expansion Clarified, Not Glarified| from Expansion Manager's OXP list | from Expansion Manifest | |
|---|---|---|
| Description | Solar glare effect driving you to distraction? Don't start drinking, join the League of Glare H8ers. | Solar glare effect driving you to distraction? Don't start drinking, join the League of Glare H8ers. | 
| Identifier | oolite.oxp.Wildeblood.GlareClarifier | oolite.oxp.Wildeblood.GlareClarifier | 
| Title | Clarified, Not Glarified | Clarified, Not Glarified | 
| Category | Mechanics | Mechanics | 
| Author | Wildeblood | Wildeblood | 
| Version | 1.0 | 1.0 | 
| Tags | ||
| Required Oolite Version | ||
| Maximum Oolite Version | ||
| Required Expansions | ||
| Optional Expansions | ||
| Conflict Expansions | ||
| Information URL | http://aegidian.org/bb/viewtopic.php?f=2&t=16964 | n/a | 
| Download URL | https://wiki.alioth.net/img_auth.php/f/fd/GlareClarifier.oxz | n/a | 
| License | Public domain. | Public domain. | 
| File Size | n/a | |
| Upload date | 1610873521 | 
Also read http://wiki.alioth.net/index.php/Clarified,%20Not%20Glarified
| Path | |
|---|---|
| Config/script.js | this.name    = "GlareClarifier";
this.version = "1.0";
this.startUp = function () {
    player.ship.sunGlareFilter = 1.0;
}
this.playerBoughtNewShip = function () {
    player.ship.sunGlareFilter = 1.0;
}
 |