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

Feature request: new species trait, fuel efficiency #2187

Closed
Oberlus opened this issue Jun 27, 2018 · 2 comments
Closed

Feature request: new species trait, fuel efficiency #2187

Oberlus opened this issue Jun 27, 2018 · 2 comments
Labels
category:feature The Issue/PR describes or implements a new game feature. component:content scripting The Issue/PR deals with the FOCS language, turn events or the universe generator. component:game mechanic The Issue/PR deals with the currently used or planned game mechanics. status:resolved The Issue was resolved, either by answering properly or fixing the underlying bug.
Milestone

Comments

@Oberlus
Copy link
Contributor

Oberlus commented Jun 27, 2018

Description

A new species trait that seems natural to FO:

Fixed bonus alternative 1:
Bad: -1 fuel.
Good: +1 fuel.
Great: +2 fuel.
Ultimate: +3 fuel.

Geoff wrote:

This would effectively add a fuel tank part to ships crewed by those species. That isn't overly compelling... A multiplicative adjustment might be more interesting.

Multiplicative bonus alternative:
Bad: 75% fuel.
Good: 150% fuel.
Great: 200% fuel.
Ultimate: 300% fuel.

Agrrr3 (Ophiuchus) wrote:

Note though that it would be pretty easy to get a 9 fuel scout ship (with 2 deuterium tanks) when having +50%. We could try with the multiplication first and change later if its not good.
Two extra fuel always mean one extra supply-equivalent-roundtrip-reach.
Actually what I would suggest though is:

Fixed bonus alternative 2:
Bad: -1 fuel.
Good: +2 fuel.
Great: +4 fuel.
Ultimate: +6 fuel.

Forum discussion.

@agrrr3
Copy link
Contributor

agrrr3 commented Jun 28, 2018

In master actually some version of this is already implemented. Needed it to balance the Fulver.

https://github.com/freeorion/freeorion/blob/master/default/scripting/species/common/fuel.macros

The bonus is now bad-1 ; good +1 ; great +2 ; ultimate +3
Reasoning: the difference between average supply and great supply is +1 supply; so to match this distance fuel should be +2.

@Vezzra Vezzra added category:feature The Issue/PR describes or implements a new game feature. component:content scripting The Issue/PR deals with the FOCS language, turn events or the universe generator. component:game mechanic The Issue/PR deals with the currently used or planned game mechanics. labels Jun 29, 2018
@Vezzra Vezzra added this to the post 0.4.8 milestone Jun 29, 2018
@Oberlus
Copy link
Contributor Author

Oberlus commented Jun 5, 2019

The feature requested was implemented. Closing.

@Oberlus Oberlus closed this as completed Jun 5, 2019
@geoffthemedio geoffthemedio added the status:resolved The Issue was resolved, either by answering properly or fixing the underlying bug. label Jun 9, 2019
@Vezzra Vezzra modified the milestones: Next Release, v0.4.9 Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:feature The Issue/PR describes or implements a new game feature. component:content scripting The Issue/PR deals with the FOCS language, turn events or the universe generator. component:game mechanic The Issue/PR deals with the currently used or planned game mechanics. status:resolved The Issue was resolved, either by answering properly or fixing the underlying bug.
Projects
None yet
Development

No branches or pull requests

4 participants