Paralives Bill Calculator
Estimate your next household bill from Early Access data — billing cycle is 7 in-game days (Sunday 05:00 invoice).
Bill line items & formulas
Amounts come from BillManager.GetBillAmount and UIMailboxBillElement display logic in Early Access. Context lines evaluate when the bill is invoiced (Sunday 05:00 by default).
Electricity
ItemUsage bill type. Active lights, electronics, and appliances accumulate kWh while their item state is on. Solar panels add to ValueProduced.
round(kWh used × 0.076) + round(kWh produced × {elecRate})
Usage tiers (e.g. lights −0.013 kWh/min, appliances −0.264 kWh/min) tick each in-game minute via UpdateItemUsage.
Water
ItemUsage for plumbing fixtures. Low and high water tiers stack while showers, sinks, or tubs run.
round(liters used × 0.1)
CostPerUnit = {waterRate} § per liter in Bills.setting.
Municipal taxes
ContextRequirement — LotValueScoreMultiplier. Tax scales with the built value of the lot on the invoice.
round(lot value × −0.5)
Score multiplier is −0.005 in game data (~0.5% of lot value per period).
Child allowance
Credits per child or teen under 18 in the active household (NumberOfChildrenInHouseholdScoreMultiplier).
round(children under 18 × 200)
Unique per household — one line regardless of how many lots you own.
Unemployment benefits
Paid when no household member holds an active occupation (HouseholdHasAnyOccupationScore).
+100 § if unemployed, else 0
MustBeFalse on occupation check — benefit applies when the household has no jobs.
Career occupation extras
HasOccupationUnlockable context lines with fixed Score values. When the perk is active on an occupation, the score is added (positive = credit, negative = charge).
round(perk Score) when active, else 0
Examples: All expenses paid +200 §, Delayed pay +1000 § charge, CEO all expenses +3000 § credit.
Daycare & transport
SpontaneousUsage lines billed when children use daycare services (not in the quick calculator above).
round(minutes × CostPerUnit) per child or flat transport fee
Daycare = 0.25 §/child/minute; transport from another lot = 20 § flat.
Parsed from Main.mod/Settings/Bills.setting and BillManager.cs. Community demos sometimes cite a six-day cycle; current data uses 10,080 minutes (seven days).
About the Paralives bill calculator on this wiki
This tool helps Melanino households plan cash flow before mailbox day — utilities, property tax, family subsidies, and career perks that show up on the same statement. Pair it with build and career databases when you upgrade lots or change jobs.
What affects your bill
Three systems stack: metered usage from powered items, lot-value tax, and household context credits or career adjustments.
Utilities
Electricity and water track consumption while item states are active. Turning off lights, upgrading to efficient fixtures, or adding solar lowers kWh charges.
Taxes & subsidies
Municipal tax rises with lot value. Child allowance offsets costs for young Parafolks; unemployment pays when no one in the household works.
Career perks
Occupation extras such as expense-paid tracks or accountant responsibility appear as separate lines when unlocked on an active job.
Avoiding outages and debt
Pay before the due timestamp on the bill letter. Unpaid utilities trigger master-state outages — lights, plumbing, and appliances stop until you settle the balance.
The 45-minute gameplay demo walks through mailbox bills, Storytellers, and town expenses in one session.
Rates and line names match Early Access Bills.setting. Daycare, Story Card discounts, and modded Storytellers may add lines not modeled here.
More Paralives Wiki resources
- 45-minute gameplay walkthroughStorytellers, six-day billing demo, and mailbox pay flow.
- StorytellersMaxons, Ricardo, and Stella presets that shape town pacing.
- Careers databaseJob tracks and occupation extras tied to bill lines.
- Items databaseLights, appliances, and plumbing that drive meter usage.
- Locations databaseLot values and household homes across Melanino.
- Life stages timelineChild allowance ages and daycare life stages.
- Paralives GuidesEarly Access features, trailer, and town-life articles.
- Wiki tools & databasesTopic hubs for build, Parafolks, town life, and mods.