Results 1 to 5 of 5

Thread: Bribing Assassins

  1. #1

    Question Bribing Assassins

    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?

  2. #2

    Default Re: Bribing Assassins

    Edit the descr_cursor_actions.txt, the file header pretty much explains things.

    Norman Invasion - The fate of England lies in your hands...

    Viking Invasion II - Unite Britain in the best TW campaign ever!

    Gods and Fighting Men: Total War - Enter the Mists of Myth in Ancient Ireland

  3. #3

    Default Re: Bribing Assassins

    Add the 2 lines in bold.

    Code:
    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
    	}
    }
    RTR VII Developer

  4. #4

    Default Re: Bribing Assassins

    Awesome, thanks people!

  5. #5
    Anything that isn't 'member' Member Squid's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    596

    Default Re: Bribing Assassins

    Roma Surrectum has already made that change if you're using the latest version.

    -Trait/Ancillary/Building Editor

    "Two things are infinite: the universe and human stupidity;
    and I'm not sure about the universe." -----Albert Einstein

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO