🎮 Last War: Survival

Auto-Schedule Settings

Ranking System Configuration

Configure the point system used for auto-scheduling train conductors. Higher points = higher priority.

🏆 Award Points

Points given for being 1st in any weekly award
Points given for being 2nd in any weekly award
Points given for being 3rd in any weekly award

⭐ Recommendation Points

Non-Linear Scoring Formula: Points = 5 + 5 × √n

Where n = number of recommendations. This creates diminishing returns for multiple recommendations.

Examples: 1 rec = 10 pts, 4 recs = 15 pts, 9 recs = 20 pts

Note: Recommendation points are calculated using a non-linear formula and cannot be manually configured.

âąī¸ Recent Conductor Penalty

Remove (this value - days since last conductor) points. If ≤0, member won't be penalized.

📊 Above Average Penalty

Points removed if member has been conductor more than average

⭐ R4/R5 Rank Boost

Base points for R4/R5 members, multiplied exponentially by 2^(days_since_last_conductor/7). Doubles every week to guarantee selection within 3 weeks.

đŸŽ¯ First Time Conductor Boost

Bonus points for members who have never been conductor before (only if they have some points)

⚡ Power Tracking

When enabled, you can upload screenshots to track member power history and other data

📝 Weekly Schedule Message Template

Template for in-game copy message. Use:
{WEEK} = Week start date
{SCHEDULES} = Daily schedules
{NEXT_3} = Next 3 candidates

📨 Daily Message Template

Template for daily conductor reminder. Use:
{DATE} = Date (e.g., Monday, Jan 2, 2006)
{CONDUCTOR_NAME} = Conductor's name
{CONDUCTOR_RANK} = Conductor's rank
{BACKUP_NAME} = Backup's name
{BACKUP_RANK} = Backup's rank

â„šī¸ How the Ranking System Works

Auto-Schedule Selection: When you auto-schedule, the system calculates a score for each eligible member:

  • Base Score: Starts at 0
  • Awards: Adds points based on active awards (1st/2nd/3rd place). Awards stack across weeks until member conducts.
  • Recommendations: Adds points using non-linear formula: 5 + 5×√n (where n = recommendation count). Recommendations stack until member conducts.
  • Rank Boost: R4 and R5 members receive bonus points
  • First Timer: Members who have never been conductor receive bonus points (if they have some base points)
  • Recent Conductor: Subtracts points if they were conductor recently (penalty = days_config - days_since_last, minimum 0)
  • Above Average: Subtracts points if they've been conductor more times than the average member

Member Eligibility: Only members marked as "Eligible for Train" are considered for auto-scheduling. You can toggle eligibility on the Members page.

Award/Recommendation Expiration: Awards and recommendations automatically become inactive (expire) when the member is assigned as conductor or used as backup. This is calculated on-the-fly based on conductor history.

Selection Priority: The member with the highest score who is eligible is selected as conductor. The system aims to schedule 7 unique conductors per week.