Skip to content

Commit

Permalink
added tritachyon dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
scardwell15 committed Feb 5, 2023
1 parent 9c955aa commit 6e2bf90
Show file tree
Hide file tree
Showing 7 changed files with 129 additions and 42 deletions.
94 changes: 78 additions & 16 deletions data/campaign/rules.csv

Large diffs are not rendered by default.

66 changes: 47 additions & 19 deletions data/config/modSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,52 @@
#wall of shame:
#tim (lmao)

#valid values are NONE and OFFICERS_ONLY, which blocks fleet commanders.
#valid values are ALL and OFFICERS_ONLY, which blocks fleet commanders.
"factionCapturability": {
"derelict": "NONE",
"remnant": "NONE",
"omega": "NONE",
"blade_breakers": "NONE",
"mess": "NONE",
"mess_remnant": "NONE",
"hmi_nightmare": "NONE",
"domres": "NONE",
"agni": "NONE",
"sotf_dustkeepers": "NONE",
"sotf_dustkeepers_proxies": "NONE",
"sotf_sierra_faction": "NONE",
"sotf_taken": "NONE",
"semiCivilizedRemnants": "NONE",
"bladeofconviction": "NONE",
"immortallight": "NONE",
"tritachyon": "ALL",
"hegemony": "ALL",
"ironshell": "ALL",
"persean_league": "ALL",
"pirates": "ALL",
"independent": "ALL",
"sindrian_diktat": "ALL",
"lions_guard": "ALL",
"tahlan_legioinfernalis": "OFFICERS_ONLY",
"unknown": "OFFICERS_ONLY",
"indevo_derelict": "NONE"
"luddic_church": "ALL",
"luddic_path": "ALL",
"approlight": "ALL",
"almighty_dollar": "ALL",
"ashen_keepers": "ALL",
"communist_clouds": "ALL",
"hvb_hostile": "ALL",
"wanted": "ALL",
"science_fuckers": "ALL",
"warhawk_republic": "ALL",
"vic": "ALL",
"Goat_Aviation_Bureau": "ALL",
"mayasura": "ALL",
"mayasuran_guard": "ALL",
"orks": "ALL",
"roider": "ALL",
"scy": "ALL",
"diable_avionics": "ALL",
"ora": "ALL",
"kadur_remnant": "ALL",
"kadur_theocracy": "ALL",
"qamar_insurgency": "ALL",
"gmda": "ALL",
"MVS": "ALL",
"kyeltziv": "ALL",
"apex_design": "ALL",
"sikr_saniris": "ALL",
"pearson_exotronics": "ALL",
"brighton": "ALL",
"hmi": "ALL",
"dassault_mikoyan": "ALL",
"blackrock_driveyards": "ALL",
"interstellarimperium": "ALL",
"neutrinocorp": "ALL"
},
#factions that do not accept ransoms
"factionRansomBlacklist": [
Expand All @@ -36,7 +61,10 @@
"pirate",
"cabal",
"gmda",
"gmda_patrol"
"gmda_patrol",
"orks",
"wanted",
"hvb_hostile"
],
"baseCaptureChance": 0.5
}
Expand Down
3 changes: 1 addition & 2 deletions data/console/aliases.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
alias,command
et_ruc,et_removecosts
et_duc,et_resetcosts
tnp_add,tnp_addprisoner
5 changes: 1 addition & 4 deletions data/console/commands.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
command,class,tags,syntax,help
et_resetcosts,exoticatechnologies.commands.et_resetcosts,"dialog,campaign,market",et_defaultUpgradeCosts (no arguments),"Exotica Technologies upgrades now require resources"
et_removecosts,exoticatechnologies.commands.et_removecosts,"dialog,campaign,market",et_removeUpgradeCosts (no arguments),"Exotica Technologies upgrades are now FREE"
et_cleardata,exoticatechnologies.commands.et_cleardata,"campaign",et_clearAllData (no arguments),"Clear all Exotica Technologies data"
et_reload,exoticatechnologies.commands.et_reload,"dialog,campaign,market",et_reloadconfig (no arguments),"Reloads the configuration for Exotica Technologies."
tnp_addprisoner,captureofficers.console.AddPrisoner,"dialog,campaign,market",tnp_addprisoner <factionId>,"Adds a prisoner of the desired faction."
Binary file modified jars/TakeNoPrisoners.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name":"Take No Prisoners", # Displayed to the player
"author":"President Matt Damon",
"utility":"false",
"version":"0.12.1",
"version":"0.13.0",
"description":"Starsector IntelliJ template.",
"gameVersion": "0.95.1a-RC6",
"jars":["jars/TakeNoPrisoners.jar"],
Expand Down
1 change: 1 addition & 0 deletions takenoprisoners.iml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
<orderEntry type="library" name="projectlombok.lombok" level="application" />
<orderEntry type="library" name="MagicLib" level="application" />
<orderEntry type="library" name="lw_Console" level="application" />
<orderEntry type="library" name="LazyLib" level="application" />
</component>
</module>

0 comments on commit 6e2bf90

Please sign in to comment.