RkShaRkz / Starsector-IntelliJ-Template

Starsector mod template with pre-configured IntelliJ project files and instructions.
The Unlicense
0 stars 0 forks source link

FindWeapons console command #2

Closed RkShaRkz closed 2 months ago

RkShaRkz commented 3 months ago

whereas findships had 3 different kinds of parameters to sift through, this query only seem to have ... one? the actual weapon parameters themselves.

I don't think there's any WEAPON or WEAPON_WITH_SIZE or WEAPON_PARAMETER distinction. they will, essentially, all be weapon parameters.

There won't be a query that says "return X that has this many weapon1 and this many large weapon2" but rather only "return weapon X that is small/medium/large and fits on a ballistic/energy/missile slot and is ballistic/energy/missile itself with range/damage/turnrate of Y"

So the grammar needs to lose weight. I think. either way, i dont think i need this anytime soon, so lets make it wait and just play the damn game.

RkShaRkz commented 3 months ago

maybe it'd be easier if i just started writing it from scratch and filling in the missing pieces in the searching package.