Getting stats from a list of scriptable objects

What part are you struggling with?

  • how to iterate a collection and sum it up?
  • how to sum other numbers?
  • basic C# syntax??

For this purpose ScriptableObjects are simply bags of data that you can edit in the inspector, so you can consider them simple object references for the purpose of syntax / design.

Otherwise, this might be useful to you:

ScriptableObject usage in RPGs:

Usage as a shared common data container: