RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.clanchannel.content.ClanTask Enum Reference
Collaboration diagram for com.osroyale.content.clanchannel.content.ClanTask:

Public Attributes

 KILL_PLAYERS_I =(ClanType.PVP, Difficulty.EASY, "Kill % players", PLAYER_KILLING, new InclusiveRandom(10, 25))
 KILL_HILL_GIANTS =(ClanType.PVM, Difficulty.EASY, "Kill % hill giants", HILL_GIANT, new InclusiveRandom(100, 200))
 THIEVE_FROM_STALL_I =(ClanType.SKILLING, Difficulty.EASY, "Thieve from stall % times", THIEVING_STALL, new InclusiveRandom(300, 500))

Detailed Description

Holds all the clan task data.

Author
Daniel

Definition at line 70 of file ClanTask.java.

Member Data Documentation

◆ KILL_HILL_GIANTS

com.osroyale.content.clanchannel.content.ClanTask.KILL_HILL_GIANTS =(ClanType.PVM, Difficulty.EASY, "Kill % hill giants", HILL_GIANT, new InclusiveRandom(100, 200))

PvM

Definition at line 83 of file ClanTask.java.

◆ KILL_PLAYERS_I

com.osroyale.content.clanchannel.content.ClanTask.KILL_PLAYERS_I =(ClanType.PVP, Difficulty.EASY, "Kill % players", PLAYER_KILLING, new InclusiveRandom(10, 25))

PvP

Definition at line 73 of file ClanTask.java.

◆ THIEVE_FROM_STALL_I

com.osroyale.content.clanchannel.content.ClanTask.THIEVE_FROM_STALL_I =(ClanType.SKILLING, Difficulty.EASY, "Thieve from stall % times", THIEVING_STALL, new InclusiveRandom(300, 500))

Skilling

Definition at line 144 of file ClanTask.java.


The documentation for this enum was generated from the following file: