Aucune compétence requise.
| Nom affiché | Démonter |
|---|---|
| Nom variable | Dismantle Flashlight |
| Mod | Vanilla — Vanilla |
| Catégorie | Electrical |
| Temps | 30 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | Base |
|---|---|
| Source | scripts\recipes.txtlignes: 635 → 649 |
| Recipe PK | 4068 |
| Recipe Sig | c264f8b8a30e24372272cae37be404bb9d57f2e9 |
| OnCreate | Recipe.OnCreate.DismantleFlashlight |
|---|---|
| OnGiveXP | Recipe.OnGiveXP.DismantleElectronics |
| OnTest | Recipe.OnTest.DismantleElectronics |
| Prop1 | Screwdriver |
| Prop2 | Source=1 |
recipe Dismantle Flashlight
{
destroy Torch/HandTorch,
keep [Recipe.GetItemTypes.Screwdriver],
Result:ElectronicsScrap,
Time:30.0,
OnTest:Recipe.OnTest.DismantleElectronics,
OnGiveXP:Recipe.OnGiveXP.DismantleElectronics,
OnCreate:Recipe.OnCreate.DismantleFlashlight,
Category:Electrical,
AnimNode:Disassemble,
Prop1:Screwdriver,
Prop2:Source=1,
}