Skip to content

Design Lenses

A lens pass run after the system notes, not before: each lens is a question put to findings that are already verified, so the answers cite numbers rather than impressions. Lenses that produce nothing interesting for this game are omitted rather than padded.

The whole game

Lens of Essential ExperienceWhat experience do I want the player to have, and what is essential to it? Being a person in a hostile dark place, solving problems with your hands. Essential: physical verbs, darkness, and the sense that the world existed before you arrived. Not essential, on the evidence: the gold economy, the Stealth skill, and the level-up curve — all three could be removed with minimal loss (Economy & Items, Stealth & Light). A designer who cut those and reinvested the effort in the verb layer would have made a more Arx-like game.

Lens of the Elemental TetradAre mechanics, story, aesthetics and technology reinforcing each other? Unusually tight, and the causality runs from technology outward. The per-entity script layer (Simulation & Interaction) makes hand-authored interactivity cheap; that produces the physical mechanics; the dead-sun premise justifies the underground aesthetic; the darkness feeds back into the light economy that the mechanics run on. One premise is doing four jobs. The weak corner is story ↔ mechanics at the stat layer — nothing in the fiction explains why Mind gates lockpicking and haggling.

Lens of UnificationDoes a single theme hold this together? Yes: scarcity made physical. Light, food, mana and space are all finite objects you carry. The theme is so consistent that the one system violating it — abstract gold — is the one that feels vestigial.

Lens of ResonanceWhat feels powerful and untouchable here? Drawing a rune in the air while something approaches. It resonates because the fiction (magic is a learned language), the input (your hand traces a symbol) and the stat (Casting) all point the same way. Nothing else in the game achieves that triple alignment, which is why nothing else is remembered as clearly.

The player's hands

Lens of the ToyIf you removed the goal, would it still be fun to play with? Emphatically. Cooking, stacking, throwing, dousing torches, telekinesis, baking bread nobody asked for. Arx passes the toy test more decisively than most modern immersive sims, and the ^INPLAYERINVENTORY cooking guard (Crafting & Combination) is a designer insisting the toy stay physical when a menu would have been cheaper.

Lens of ControlDo players feel their actions matter, and is the mapping natural? Split verdict, and it is the game's fault line. Gesture casting and charged swings feel authored by the player. But the melee 100 − (AC − attack) roll fires after the swing visibly connects (Combat), so the same input scheme that grants agency in one system silently revokes it in another.

Lens of Feedback / TransparencyDoes the player know what happened and why? The worst-scoring lens in the pass. The four dials that actually differentiate enemies — pain threshold, absorb, aim time, resistances — are all invisible (Bestiary & Enemy Design). A golem absorbs 80% and never flinches below 15 damage; the player receives no signal distinguishing "I am doing nothing" from "I am doing very little". Contrast the cooking system, where the dough visibly swells — the same game, one line of scale-timer code, perfect feedback. The team clearly knew how; combat just never got the treatment.

Lens of Chance & the Lens of FairnessIs randomness serving the experience, and is it even-handed? Deliberately asymmetric: NPC damage is multiplied by Random(0.5, 1.0), the player's by swing charge. The player's variance is earned, the enemy's is rolled — a defensible bias toward player agency. But fairness breaks elsewhere: NPCs are immune to allied area damage while the player's fireball hits everyone (Factions & Groups), and the to-hit roll adds variance to an act the player already performed correctly. Randomness is fine before a decision; here it lands after one.

Progression and choice

Lens of Meaningful ChoicesAre the choices real, and does the player have the information to make them? The choices are real and the information is absent. Character creation spends 16 attribute and 18 skill points before the player has seen a mechanic, with no respec (Character Build). Worse, the early game actively misinforms: at Strength 6 melee attack is the floor value of 1, teaching that stats don't matter immediately before they start to.

Lens of Expected ValueWhat does the player think an action is worth, versus what it is worth? Systematically miscalibrated in the same direction — investment looks better than it is. 100 points of Stealth moves the detection threshold from 15 to 25 and is overridden by carrying a torch. 100 Intuition adds 50% to sales in an economy with a hard 3× buy/sell spread. Levelling Magic Missile makes it less mana-efficient, from 3.4 down to 2.4 damage per mana (Spell Data). A player optimising by intuition will reliably overpay.

Lens of Challenge / FlowDoes difficulty track growing skill? Two curves that diverge (Player Journey). The character curve is short and front-loaded — ten levels, flattening once Defense is high. The player curve — rune fluency, light management, map knowledge — is long and is the real game. Flow holds because the second curve carries the first, but that is partly luck: the game invests nothing in teaching it.

Lens of RewardWhat are you giving the player, and do they want it? Access, not power. Keys, runes, passwords, names. This is the game's best-judged loop: a found rune expands the vocabulary rather than a number, which is why mage progression feels authored by exploration (Magic & Runes) rather than by XP.

Lens of PunishmentIs punishment fair, and can the player recover? Frequently not recoverable. A single swing at the wrong NPC broadcasts PLAYER_ENEMY to that faction level-wide, instantly and permanently, with no bribe, disguise or decay. Combined with persistent world state, quest chains can be silently destroyed. Punishment without a repair path isn't difficulty; it's a trap.

The world

Lens of Freedom / Indirect ControlWhere is the player steered, and can they feel the rails? Gates are physical or informational — keys, levers, lock ratings, passwords held in the player's head (World & Level Structure). Almost nothing is gated on an invisible quest flag, so the rails are legible as world rather than as design. This is the single most transferable thing Arx does.

Lens of EmergenceHow much unplanned behaviour does the system support? Less than it appears, and that is the interesting finding. Emergence is largely authored — 3,600 entity scripts sharing one event vocabulary. Douse a torch and the navigation graph genuinely re-weights (STEALTH_LIGHT_COST = 300, NPC AI & Behaviour); that is real systemic depth. But most "emergent" moments are a designer having written that pair. The lens's lesson for a small team: uniform addressing plus many hand-written cases reads as emergence at a fraction of the cost.

Lens of CuriosityWhat questions does the game plant in the player's mind? Excellent, and mechanically enforced: ten spells are flagged secret and never appear in the book, so the player knows their vocabulary is incomplete. The Akbaa rune sits in the engine and can never be obtained — a permanent, unanswerable question expressed as data.

Lens of the AvatarDoes the character fit the player? Better than the amnesia trope suggests. The Guardian is defined in the fiction as deliberately low-powered but exceptionally adaptable (World History & Lore) — which is precisely a level-10 cap with 168 skill points. The character sheet is a lore document.

Scorecard

Lens Verdict
Essential Experience Strong — and clarifies which systems are dead weight
Elemental Tetrad Strong — technology drives the other three
Unification / Resonance Strong — scarcity made physical
The Toy Strong — passes decisively
Control Split — magic yes, melee no
Feedback / Transparency Weak — the worst result in the pass
Chance & Fairness Mixed — variance lands after the decision
Meaningful Choices Weak — real choices, no information
Expected Value Weak — investment consistently overpriced
Challenge / Flow Mixed — holds by accident, not instruction
Reward Strong — access over power
Punishment Weak — irreversible, and silent
Freedom / Indirect Control Strong — the most transferable idea here
Emergence Mixed — authored, not systemic; cheap and effective
Curiosity Strong — incompleteness made explicit
Avatar Strong — sheet matches fiction

What the pass reveals that the system notes did not: every weak result is an information failure, not a systems failure. Feedback, meaningful choice, expected value and punishment all fail because the game withholds what the player needs to reason. Arx's mechanics are largely sound; its communication is what dates it — and that is a far cheaper class of problem to fix than a broken system.

Tensions & Lessons · Player Journey · Hub