Small Flower Branches ( Small_Spray_Of_Flowers )
| ID 9585 |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Buy Price: zeny | Sell Price: 0 zeny | Weight: 5 | Slots: Not specified | ||||||||||||||||||||||||||||||||||||||||||||||||||
| Type: Usable item. | Sub Type: Not specified | Gender: Both | Locations: Not specified | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Attack: Not specified | Magic Attack: Not specified | Range: Not specified | Defense: Not specified | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Weapon Level: Not specified | Armor Level: Not specified | Min. Equip Level: Not specified | Max. Equip Level: Not specified | |||||||||||||||||||||||||||||||||||||||||||||||||||
| Refineable: Not specified | Gradable: Not specified | Element: Neutral | Classes: Not specified | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Pequeno ramo com algumas flores desabrochando. Seu cheiro ativa sensações nostálgicas. All Not specified
Flags
Stacking
Not specified
Usage
Trade
Delay
Not specified
/* TODO: sc_start MHP +3% and MSP +3% for 10 minutes */ Script References
for
Command
for
Signature:
Description:
Another pretest looping structure is the 'for' statement. It is considered a
specialized form of the 'while' statement, and is usually associated with counter-
controlled loops. Here are the steps of the 'for' statement: the initialize
statement is executed first and only once. The condition test is performed.
When the condition evaluates to false, the rest of the for statement is skipped.
When the condition evaluates to true, the body of the loop is executed, then the
update statement is executed (this usually involves incrementing a variable).
Then the condition is reevaluated and the cycle continues.
Example 1:
Example 2:
Example:
Not specified Script ReferencesNo documented script references were detected. Not specified Script ReferencesNo documented script references were detected. Not specified Not specified Not specified Not specified
Not specified Not specified Not specified |
||||||||||||||||||||||||||||||||||||||||||||||||||||||