# Prosperity

The higher the island's prosperity, the bigger the island becomes.<br>

<figure><img src="/files/ojhNlChd1yNV2GcJ6dHF" alt="" width="399"><figcaption></figcaption></figure>

**Island Prosperity** \
Island Prosperity = Base Prosperity × Prosperity Multiplier\
\
**Base Prosperity** \
Base Prosperity = Prosperity from working wizards + Prosperity from decorations placed on the island\
\
**Prosperity Multiplier**

* Invitation Level: Each invitation level will also increase the prosperity multiplier.
* Decorations: Special decorations can enhance the prosperity multiplier.
* Statue Level: Each level after the statue reaches level 30 will increase the prosperity multiplier.\
  Statue level prosperity multiplier=100\*(1+level%10\*0.08)\*2^(\[level/10]-3)<br>

  <table data-header-hidden><thead><tr><th></th><th width="111"></th><th></th><th width="110"></th><th></th><th width="109"></th><th></th><th width="106"></th><th></th><th width="103"></th><th></th><th width="119"></th><th width="99"></th><th></th></tr></thead><tbody><tr><td>Statue Level</td><td>Prosperity Multiplier</td><td>Statue Level</td><td>Prosperity Multiplier</td><td>Statue Level</td><td>Prosperity Multiplier</td><td>Statue Level</td><td>Prosperity Multiplier</td><td>Statue Level</td><td>Prosperity Multiplier</td><td>Statue Level</td><td>Prosperity Multiplier</td><td>Statue Level</td><td>Prosperity Multiplier</td></tr><tr><td>30</td><td>100%</td><td>40</td><td>200%</td><td>50</td><td>400%</td><td>60</td><td>800%</td><td>70</td><td>1600%</td><td>80</td><td>3200%</td><td>90</td><td>6400%</td></tr><tr><td>31</td><td>108%</td><td>41</td><td>216%</td><td>51</td><td>432%</td><td>61</td><td>864%</td><td>71</td><td>1728%</td><td>81</td><td>3456%</td><td>91</td><td>6912%</td></tr><tr><td>32</td><td>116%</td><td>42</td><td>232%</td><td>52</td><td>464%</td><td>62</td><td>928%</td><td>72</td><td>1856%</td><td>82</td><td>3712%</td><td>92</td><td>7424%</td></tr><tr><td>33</td><td>124%</td><td>43</td><td>248%</td><td>53</td><td>496%</td><td>63</td><td>992%</td><td>73</td><td>1984%</td><td>83</td><td>3968%</td><td>93</td><td>7936%</td></tr><tr><td>34</td><td>132%</td><td>44</td><td>264%</td><td>54</td><td>528%</td><td>64</td><td>1056%</td><td>74</td><td>2112%</td><td>84</td><td>4224%</td><td>94</td><td>8448%</td></tr><tr><td>35</td><td>140%</td><td>45</td><td>280%</td><td>55</td><td>560%</td><td>65</td><td>1120%</td><td>75</td><td>2240%</td><td>85</td><td>4480%</td><td>95</td><td>8960%</td></tr><tr><td>36</td><td>148%</td><td>46</td><td>296%</td><td>56</td><td>592%</td><td>66</td><td>1184%</td><td>76</td><td>2368%</td><td>86</td><td>4736%</td><td>96</td><td>9472%</td></tr><tr><td>37</td><td>156%</td><td>47</td><td>312%</td><td>57</td><td>624%</td><td>67</td><td>1248%</td><td>77</td><td>2496%</td><td>87</td><td>4992%</td><td>97</td><td>9984%</td></tr><tr><td>38</td><td>164%</td><td>48</td><td>328%</td><td>58</td><td>656%</td><td>68</td><td>1312%</td><td>78</td><td>2624%</td><td>88</td><td>5248%</td><td>98</td><td>10496%</td></tr><tr><td>39</td><td>172%</td><td>49</td><td>344%</td><td>59</td><td>688%</td><td>69</td><td>1376%</td><td>79</td><td>2752%</td><td>89</td><td>5504%</td><td>99</td><td>11008%</td></tr><tr><td>40</td><td>200%</td><td>50</td><td>400%</td><td>60</td><td>800%</td><td>70</td><td>1600%</td><td>80</td><td>3200%</td><td>90</td><td>6400%</td><td>100</td><td>12800%</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wizzwoods.com/gameplay/prosperity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
