Skip to content

Commit 44b9001

Browse files
feat: Gene-seed and mutation related adjustments (#586)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e6f4831 commit 44b9001

32 files changed

Lines changed: 266 additions & 109 deletions

File tree

datafiles/main/chapters/1.JSON

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"icon_name": "da", // ? dunno what this is used for yet but the icon breaks if you dont use it
1212
"fleet_type": 1, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 10, // 1-10
14-
"purity": 8, // 1-10
15-
"stability": 10, // 1-10
14+
"purity": 10, // 1-10
15+
"stability": 96, // 1-99
1616
"cooperation": 5, // 1-10
1717
"homeworld_exists": 1, // 1 = true
1818
"recruiting_exists": 1, // 1 = true

datafiles/main/chapters/10.JSON

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"icon_name": "bt", // ? dunno what this is used for yet but the icon breaks if you dont use it
1212
"fleet_type": 3, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 5, // 1-10
14-
"purity": 7, // 1-10
15-
"stability": 10, // 1-10
14+
"purity": 8, // 1-10
15+
"stability": 96, // 1-99
1616
"cooperation": 5, // 1-10
1717
"homeworld_exists": 0, // 1 = true
1818
"recruiting_exists": 1, // 1 = true

datafiles/main/chapters/11.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fleet_type": 2, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 5, // 1-10
1414
"purity": 10, // 1-10
15-
"stability": 10, // 1-10
15+
"stability": 99, // 1-99
1616
"cooperation": 2, // 1-10
1717
"homeworld_exists": 0, // 1 = true
1818
"recruiting_exists": 1, // 1 = true

datafiles/main/chapters/12.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fleet_type": 2, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 5, // 1-10
1414
"purity": 10, // 1-10
15-
"stability": 6, // 1-10
15+
"stability": 96, // 1-99
1616
"cooperation": 7, // 1-10
1717
"homeworld_exists": 0, // 1 = true
1818
"recruiting_exists": 1, // 1 = true

datafiles/main/chapters/13.JSON

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"icon_name": "cf", // ? dunno what this is used for yet but the icon breaks if you dont use it
1212
"fleet_type": 1, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 2, // 1-10
14-
"purity": 7, // 1-10
15-
"stability": 10, // 1-10
14+
"purity": 8, // 1-10
15+
"stability": 96, // 1-99
1616
"cooperation": 8, // 1-10
1717
"homeworld_exists": 1, // 1 = true
1818
"recruiting_exists": 0, // 1 = true

datafiles/main/chapters/14.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fleet_type": 3, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 1, // 1-10
1414
"purity": 9, // 1-10
15-
"stability": 9, // 1-10
15+
"stability": 90, // 1-99
1616
"cooperation": 1, // 1-10
1717
"homeworld_exists": 0, // 1 = true
1818
"recruiting_exists": 1, // 1 = true

datafiles/main/chapters/15.JSON

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fleet_type": 2, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 5, // 1-10
1414
"purity": 8, // 1-10
15-
"stability": 4, // 1-10
15+
"stability": 92, // 1-99
1616
"cooperation": 5, // 1-10
1717
"homeworld_exists": 0, // 1 = true
1818
"recruiting_exists": 0, // 1 = true
@@ -39,7 +39,7 @@
3939
"", // leave the first entry blank for now
4040
"Splintered",
4141
"Suspicious",
42-
"",
42+
"Black Rage",
4343
"",
4444
"",
4545
"",

datafiles/main/chapters/16.JSON

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"icon_name": "sd", // ? dunno what this is used for yet but the icon breaks if you dont use it
1212
"fleet_type": 2, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 2, // 1-10
14-
"purity": 10, // 1-10
15-
"stability": 2, // 1-10
14+
"purity": 9, // 1-10
15+
"stability": 76, // 1-99
1616
"cooperation": 2, // 1-10
1717
"homeworld_exists": 0, // 1 = true
1818
"recruiting_exists": 1, // 1 = true

datafiles/main/chapters/17.JSON

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"icon_name": "am", // ? dunno what this is used for yet but the icon breaks if you dont use it
1212
"fleet_type": 1, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 5, // 1-10
14-
"purity": 10, // 1-10
15-
"stability": 10, // 1-10
14+
"purity": 9, // 1-10
15+
"stability": 96, // 1-99
1616
"cooperation": 2, // 1-10
1717
"homeworld_exists": 1, // 1 = true
1818
"recruiting_exists": 1, // 1 = true

datafiles/main/chapters/2.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fleet_type": 1, // 1= Homeworld, 2 = Fleet based, 3 = Penitent
1313
"strength": 5, // 1-10
1414
"purity": 10, // 1-10
15-
"stability": 8, // 1-10
15+
"stability": 96, // 1-99
1616
"cooperation": 5, // 1-10
1717
"homeworld_exists": 1, // 1 = true
1818
"recruiting_exists": 0, // 1 = true

0 commit comments

Comments
 (0)