Added some data

This commit is contained in:
Sebastian Bularca
2026-03-24 16:43:14 +01:00
parent 96baba24b4
commit 4a9c00212a
6 changed files with 114 additions and 25 deletions

View File

@@ -12,12 +12,20 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 1bbecc15c7cd4a7ca90ce17b3d3d75f0, type: 3}
m_Name: CharacterBaseSettings
m_EditorClassIdentifier: Assembly-CSharp::Nox.Game.CharacterBaseSettings
startAttributesPool: 12
distributionPointsPerClass:
- class: 1
points: 10
- class: 2
points: 10
- class: 3
points: 10
- class: 4
points: 10
defaultEntityAttributes:
might: 0
reflex: 0
knowledge: 0
perception: 0
might: 1
reflex: 1
knowledge: 1
perception: 1
defaultEntityStats:
health: 0
stamina: 0
@@ -26,7 +34,79 @@ MonoBehaviour:
defaultPerksData:
perks: []
defaultModifiersData:
modifiers: []
racialBonuses: []
classBonuses: []
modifiers:
- id: 0
type: 3
value: 3
- id: 1
type: 3
value: 4
- id: 2
type: 3
value: 1
- id: 3
type: 3
value: 2
racialBonuses:
- race: 1
bonusAttributes:
might: 0
reflex: 0
knowledge: 1
perception: 0
bonusStats:
health: 0
stamina: 0
level: 0
experience: 0
startingPerks:
perks: []
permanentModifiers:
modifiers: []
- race: 2
bonusAttributes:
might: 0
reflex: 1
knowledge: 0
perception: 0
bonusStats:
health: 0
stamina: 0
level: 0
experience: 0
startingPerks:
perks: []
permanentModifiers:
modifiers: []
- race: 2
bonusAttributes:
might: 1
reflex: 0
knowledge: 0
perception: 0
bonusStats:
health: 0
stamina: 0
level: 0
experience: 0
startingPerks:
perks: []
permanentModifiers:
modifiers: []
classBonuses:
- class: 1
bonusAttributes:
might: 0
reflex: 0
knowledge: 0
perception: 0
bonusStats:
health: 0
stamina: 0
level: 0
experience: 0
startingPerks:
perks: []
permanentModifiers:
modifiers: []
maxPartySize: 4