All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Settings.FortSettings.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Settings;

message FortSettings {
	double interaction_range_meters = 1;
	int32 max_total_deployed_pokemon = 2;
	int32 max_player_deployed_pokemon = 3;
	double deploy_stamina_multiplier = 4;
	double deploy_attack_multiplier = 5;
	double far_interaction_range_meters = 6;
	bool disable_gyms = 7;
	int32 max_same_pokemon_at_fort = 8;
	int32 max_player_total_deployed_pokemon = 9;
	bool enable_hyperlinks_in_poi_descriptions = 10;
	bool enable_right_to_left_text_display = 11;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy