ekolis / FrEee

An open source clone of the classic 4X game Space Empires IV.
http://edkolis.com/freee
48 stars 12 forks source link

Scriptable abilities #92

Open ekolis opened 4 years ago

ekolis commented 4 years ago

What do you want to see? The ability (ha!) to add scripts to abilities that run at certain points in time on all objects that have that ability, e.g. every turn.

How would it help players? Modders could literally add custom abilities that actually do things and are not just flags!

Alternatives N/A

Screenshots and mockups N/A

Things to consider When else might a script want to run, besides between turns?

ekolis commented 1 year ago

This is basically how ECS works in a nutshell. Why not go ahead and implement #159 ?