PDA

View Full Version : Bribing Assassins



reahad
02-12-2009, 08:49
I am playing Roma Surrectum and at the same time I am *trying* to make my own mod, and I was trying to figure out how to exchange some of the awesome features of RS to my own mod. Specifically, how do I make my assassins bribe-able? Do i just add the bribe ability in descr_character.txt? Will this work with spies as well?

Aradan
02-12-2009, 13:09
Edit the descr_cursor_actions.txt, the file header pretty much explains things.

HouseOfHam
02-12-2009, 23:38
Add the 2 lines in bold.



selected diplomat
{
over own
{
land Mov Mov
sea Na Na tooltip characters_cannot_go_on_sea
army Mer* (S) Mer (S)
admiral Em* (S) Em (S) tooltip embark_character
diplomat S (S) S (S)
spy S (S) S (S)
assassin S (S) S (S)
family S (S) S (S)
settlement G* (S) G (S) tooltip enter_settlement
fort G* (S) G (S) tooltip enter_fort
rally_point Mov
naval_rally_point Na Na tooltip characters_cannot_go_on_sea
garrisoned_settlement G* (S) G (S) tooltip enter_settlement
garrisoned_fort G* (S) G (S) tooltip enter_fort
garrisoned_ship Em* (S) Em (S) tooltip embark_character
sieged_settlement S tooltip cannot_enter_sieged_settlement
sieged_fort S tooltip cannot_enter_sieged_fort
garrisoned_dock Mer* (S) Mer (S)
port Mov
dock Na
}
over enemy
{
default Na tooltip cannot_perform_mission

land Mov Mov
sea Na Na tooltip characters_cannot_go_on_sea
army TB Na tooltip diplomacy_mission
diplomat T Na tooltip diplomacy_mission
assassin TB
family T Na tooltip diplomacy_mission
settlement T Na tooltip diplomacy_mission
fort T Na tooltip diplomacy_mission
rally_point Mov
naval_rally_point Na Na tooltip characters_cannot_go_on_sea
garrisoned_settlement TB Na tooltip diplomacy_mission
garrisoned_fort TB Na tooltip diplomacy_mission
}
over allied
{
default Na tooltip cannot_perform_mission

land Mov Mov
sea Na Na tooltip characters_cannot_go_on_sea
army TB Na tooltip diplomacy_mission
diplomat T Na tooltip diplomacy_mission
assassin TB
family T Na tooltip diplomacy_mission
settlement T Na tooltip diplomacy_mission
fort T Na tooltip diplomacy_mission
rally_point Mov
naval_rally_point Na Na tooltip characters_cannot_go_on_sea
garrisoned_settlement TB Na tooltip diplomacy_mission
garrisoned_fort TB Na tooltip diplomacy_mission
}
}

reahad
02-13-2009, 00:26
Awesome, thanks people!

Squid
02-13-2009, 00:37
Roma Surrectum has already made that change if you're using the latest version.