Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vehicle condition decay #1287

Closed
madsboddum opened this issue Apr 15, 2023 · 1 comment · Fixed by #1753
Closed

Vehicle condition decay #1287

madsboddum opened this issue Apr 15, 2023 · 1 comment · Fixed by #1753
Assignees
Labels
[Travel] Service Shuttle / Mounts / Vehicles

Comments

@madsboddum
Copy link
Member

madsboddum commented Apr 15, 2023

Vehicle condition decays the moment it's called. Condition also decays over time, while the vehicle's called out.

  • There's a decay_rate column in vehicles.sdb that we can use.
  • When the condition of the vehicle reaches 0, the. vehicle becomes disabled. In this state, it should no longer be mountable!
  • Note that the condition must be persisted. Test it by storing and re-calling the vehicle. If the condition resets, it doesn't work.
@madsboddum madsboddum added the FEATURE New feature or request label Apr 15, 2023
@madsboddum madsboddum changed the title [Vehicle] Vehicle condition decays when it's called [Vehicle] Condition decays when it's called Apr 15, 2023
@madsboddum madsboddum changed the title [Vehicle] Condition decays when it's called [Vehicle] Condition of the vehicle decays when it's called Apr 15, 2023
@Undercova Undercova added the [Travel] Service Shuttle / Mounts / Vehicles label Aug 18, 2024
@Undercova Undercova changed the title [Vehicle] Condition of the vehicle decays when it's called Condition of the vehicle decays when it's called Aug 18, 2024
@Undercova Undercova removed the FEATURE New feature or request label Jan 16, 2025
@madsboddum madsboddum changed the title Condition of the vehicle decays when it's called Vehicle condition decay Jan 18, 2025
@madsboddum madsboddum self-assigned this Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Travel] Service Shuttle / Mounts / Vehicles
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants